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


In This Topic
    TVIDownKeySendsOption Enumeration
    In This Topic
    Indicates the Down key function when InfoConnect emulates a TVI terminal (TerminalType = rcTVI955).
    Syntax
    'Declaration
     
    
    Public Enum TVIDownKeySendsOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TVIDownKeySendsOption
    public enum TVIDownKeySendsOption : System.Enum 
    Members
    MemberDescription
    CtrlJThe Down key sends Ctrl+J (linefeed).
    CtrlVThe Down key sends Ctrl+V.
    Inheritance Hierarchy

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

    See Also