InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / CarriageReturnInterpretationOption Enumeration


In This Topic
    CarriageReturnInterpretationOption Enumeration
    In This Topic
    Defines options for carriage return interpretation in T27 terminals.
    Syntax
    'Declaration
     
    
    Public Enum CarriageReturnInterpretationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CarriageReturnInterpretationOption
    public enum CarriageReturnInterpretationOption : System.Enum 
    Members
    MemberDescription
    CROnly issue a carriage return when the carriage return key (Enter) is pressed.
    CRLFAppends a Line Feed character when the carriage return key (Enter) is pressed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.T27.CarriageReturnInterpretationOption

    See Also