InfoConnect for Airlines
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
public enum VTCursorKeyOption : System.Enum 
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