Gets the sub menu ID of the item selected at the time of the event.
Syntax
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);
}
'Declaration
Public Property SubMenuId As Integer
'Usage
Dim instance As MenuEventArgs
Dim value As Integer
instance.SubMenuId = value
value = instance.SubMenuId
See Also