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
[CategoryAttribute("NotateXpress")]
public event NotateXpress.MenuEventHandler MenuSelect
[CategoryAttribute("NotateXpress")]
public: __event NotateXpress.MenuEventHandler* MenuSelect
[CategoryAttribute("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
Element Gets the element in which the menu is associated.
Layer Gets the layer on which the element which triggered the menu resides.
Menu Gets the type of menu (context or toolbar) selected at the time of the event.
SubMenuId Gets the sub menu ID of the item selected at the time of the event.
Tool Gets the toolbar tool with which the menu is associated.
TopMenuId Gets the top menu ID of the item selected at the time of the event.
User1 Gets the first user defined property associated with a menu item.
User2 Gets the second user defined property associated with a menu item.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback