InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / VTCursorKeyOption Enumeration
In This Topic
    VTCursorKeyOption Enumeration
    In This Topic
    Indicates whether the cursor keys are controlled by the host.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EAC")>
    Public Enum VTCursorKeyOption 
       Inherits System.Enum
    Members
    MemberDescription
    ApplicationModeCursor keys are defined and controlled by the host application.
    NormalModeCursor keys are in normal mode.
    See Also