InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / VTCursorKeyOption Enumeration


VTCursorKeyOption Enumeration
Denotes whether the cursor keys are controlled by the host.
Syntax
'Declaration
 
Public Enum VTCursorKeyOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As VTCursorKeyOption
Members
MemberDescription
ApplicationModeCursor keys are defined and controlled by the host application.
NormalModeCursor keys are in normal mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.VTCursorKeyOption

See Also