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


In This Topic
    IbmReturnKeyOption Enumeration
    In This Topic
    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
    public enum IbmReturnKeyOption : System.Enum 
    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