InfoConnect API Guide
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
    public ContextMenuItemType MenuItemType {get;}
    See Also