Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ContextMenuItem Class / MenuItemType Property


In This Topic
MenuItemType Property (ContextMenuItem)
In This Topic
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
See Also