InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcTerminal Object / 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.
    If false, the new line character is not displayed.
    Syntax
    expression.DisplayNewLines As Boolean
    where expression is a variable that represents a AlcTerminal Object
    See Also