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


In This Topic
    DisplayCRSymbol Property
    In This Topic

    Gets or sets a value indicating whether to display a carriage return symbol when the ENTER key is pressed. (This does not affect CRs sent by the host.)

    Syntax
    'Declaration
     
    
    Property DisplayCRSymbol As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.DisplayCRSymbol = value
     
    value = instance.DisplayCRSymbol
    bool DisplayCRSymbol {get; set;}
    See Also