InfoConnect for Unisys
ContextMenuItemType Enumeration


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.IbmHosts.ContextMenuItemType

See Also