Accusoft.NotateXpress13.Net
MenuSelect Event




The MenuSelect event is fired when a user chooses any of the items on the NotateXpress context menu while over an annotation or on the toolbar.
Syntax
'Declaration
 
<CategoryAttribute("NotateXpress")>
Public Event MenuSelect As NotateXpress.MenuEventHandler
'Usage
 
Dim instance As NotateXpress
Dim handler As NotateXpress.MenuEventHandler
 
AddHandler instance.MenuSelect, handler
[Category("NotateXpress")]
public event NotateXpress.MenuEventHandler MenuSelect
[Category("NotateXpress")]
public: __event NotateXpress.MenuEventHandler* MenuSelect
[Category("NotateXpress")]
public:
event NotateXpress.MenuEventHandler^ MenuSelect
Event Data

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

PropertyDescription
ElementGets the element in which the menu is associated.  
LayerGets the layer on which the element which triggered the menu resides.  
MenuGets the type of menu (context or toolbar) selected at the time of the event.  
SubMenuIdGets the sub menu ID of the item selected at the time of the event.  
ToolGets the toolbar tool with which the menu is associated.  
TopMenuIdGets the top menu ID of the item selected at the time of the event.  
User1Gets the first user defined property associated with a menu item.  
User2Gets the second user defined property associated with a menu item.  
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback