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
See Also