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


TVIDownKeySendsOption Enumeration
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
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