ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtCtl Control > IGArtCtl Events > ToolBarNotify Event |
Raised whenever the user changes the button selection in the ToolBar.
Your application must implement this event handler to make the ToolBar operate - see Creating a Mark via the ToolBar. |
Sub ToolBarNotify(ButtonID As Long, Reason As Long)
Name | Description |
---|---|
ButtonID | The button that was selected (if Reason is ART_GUI_TOOLBAR_BUTTON_SELECTED) - an enumIGArtMarkType Enumeration value. Note that there is no markSelect type mark - that value is used to identify the Select button on the ToolBar. |
Reason | The reason that ToolBarNotify Event has been raised - an enumIGArtToolBarReason Enumeration value. |
ig_artCtrl_vb6.exe