SocketTools .NET Edition

Terminal.NewLine Property

Gets and sets the newline mode for the virtual display.

[Visual Basic]
<Description(Description:="Determine how carriage returns and linefeeds are displayed."), _  Category(Category:="Design")>
Public Property NewLine As TerminalNewLine
[C#]
[Description(Description="Determine how carriage returns and linefeeds are displayed.")]
[Category(Category="Design")]
public Terminal.TerminalNewLine NewLine {get; set;}

Property Value

A TerminalNewLine enumeration value which specifies the current newline mode.

Remarks

The NewLine property controls how carriage returns and linefeeds are processed by the emulator. The default is for a carriage return to position the cursor to the first column, and a linefeed to advance the cursor to the next row, scrolling the display if necessary.

See Also

Terminal Class | SocketTools Namespace