InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / DisplayNewLines Property


In This Topic
    DisplayNewLines Property
    In This Topic

    Gets or sets a value indicating whether to display the new line character when the ENTER key is pressed.

    Syntax
    'Declaration
     
    
    Property DisplayNewLines As Boolean
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As Boolean
     
    instance.DisplayNewLines = value
     
    value = instance.DisplayNewLines
    bool DisplayNewLines {get; set;}

    Property Value

    If false, the new line character is not displayed.
    See Also