InfoConnect for Airlines
MenuItemType Property (ContextMenuItem)


Gets a value indicating the type of menu item this item refers to.
Syntax
'Declaration
 
Public ReadOnly Property MenuItemType As ContextMenuItemType
'Usage
 
Dim instance As ContextMenuItem
Dim value As ContextMenuItemType
 
value = instance.MenuItemType
public ContextMenuItemType MenuItemType {get;}
See Also