InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ContextMenuItemType Enumeration


In This Topic
    ContextMenuItemType Enumeration
    In This Topic
    Specifies a type of context menu item
    Syntax
    'Declaration
     
    
    Public Enum ContextMenuItemType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ContextMenuItemType
    public enum ContextMenuItemType : 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
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.Common.ContextMenuItemType

    See Also