ImageGear Professional DLL v17.1 for Windows Accusoft
LPFNIG_ARTX_GUI_TOOLBARNOTIFY
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Callback Functions Reference > LPFNIG_ARTX_GUI_TOOLBARNOTIFY

Glossary Item Box

The callback function declaration used to register a callback method called whenever the user changes the button selection in the ToolBar.

Declaration:

  Copy Code
 typedef AT_BOOL (LPACCUAPI LPFNIG_ARTX_GUI_TOOLBARNOTIFY)(
         LPVOID lpPrivate,
         enumIGArtXMarkType MarkType,
         enumIGArtXGUIToolbarEventType nReason
);

Arguments:

lpPrivate Private callback data.
MarkType The annotation mark button that was selected; enumIGArtXMarkType value.
nReason The reason that ToolBarNotify has been raised; enumIGArtXGUIToolbarEventType value.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.