Accusoft.ImagXpress13.Net
ToolbarContextMenuSelectEvent Event




Thrown when the toolbar context menu is selected.
Syntax
'Declaration
 
Public Event ToolbarContextMenuSelectEvent As ImageXView.ToolbarContextMenuSelectEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.ToolbarContextMenuSelectEventHandler
 
AddHandler instance.ToolbarContextMenuSelectEvent, handler
public event ImageXView.ToolbarContextMenuSelectEventHandler ToolbarContextMenuSelectEvent
public: __event ImageXView.ToolbarContextMenuSelectEventHandler* ToolbarContextMenuSelectEvent
public:
event ImageXView.ToolbarContextMenuSelectEventHandler^ ToolbarContextMenuSelectEvent
Event Data

The event handler receives an argument of type ToolbarContextMenuEventArgs containing data related to this event. The following ToolbarContextMenuEventArgs properties provide information specific to this event.

PropertyDescription
SubMenuId Gets the sub-level menu ID for this menu item.
Tool Gets the Tool associated with the context menu that fired the event.
TopMenuId Gets the top-level menu ID for this menu ID.
User1 Gets the first of two user-supplied values set when the menu was created.
User2 Gets the second of two user-supplied values set when the menu was created.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback