ImageGear Professional for Windows ActiveX
ToolBarNotify Event

Description:

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.

Syntax:

Sub ToolBarNotify(ButtonID As Long, Reason As Long)

Parameters:

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.

Sample:

ig_artCtrl_vb6.exe

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback