InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / CRInterpretation Property


In This Topic
    CRInterpretation Property
    In This Topic
    Gets or sets a value indicating how carriage return keys (Enter) are interpreted when pressed.
    Syntax
    'Declaration
     
    
    Property CRInterpretation As CarriageReturnInterpretationOption
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As CarriageReturnInterpretationOption
     
    instance.CRInterpretation = value
     
    value = instance.CRInterpretation
    CarriageReturnInterpretationOption CRInterpretation {get; set;}
    See Also