Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IbmReturnKeyOption Enumeration


IbmReturnKeyOption Enumeration
Indicates what the RETURN key does in a IBM 3151 terminal session (TerminalType = rcIBM3151).
Syntax
'Declaration
 
Public Enum IbmReturnKeyOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As IbmReturnKeyOption
Members
MemberDescription
FieldMoves to the next field.
NewlineTransmits a new line.
Inheritance Hierarchy

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

See Also