Accusoft.NotateXpress13.Net
TopMenuId Property




Gets the top menu ID of the item selected at the time of the event.
Syntax
public int TopMenuId {get; set;}
public: __property int get_TopMenuId();
public: __property void set_TopMenuId( 
   int value
);
public:
property int TopMenuId {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property TopMenuId As Integer
 
'Usage
 
Dim instance As MenuEventArgs
Dim value As Integer
 
instance.TopMenuId = value
 
value = instance.TopMenuId
Remarks
An integer which represents the top menu ID.
See Also

Reference

MenuEventArgs Class
MenuEventArgs Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback