Accusoft.NotateXpress13.Net
SubMenuId Property




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

Reference

MenuEventArgs Class
MenuEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback