InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ContextMenuItemType Enumeration
In This Topic
    ContextMenuItemType Enumeration
    In This Topic
    Specifies a type of context menu item
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("73E48B60-50D2-4A47-8FFE-1076C67D773F")>
    Public Enum ContextMenuItemType 
       Inherits System.Enum
    Members
    MemberDescription
    MenuItemA menu item that, when invoked, performs some action that is mapped to it.
    SeparatorA separator line in between groups of menu items
    See Also