SocketTools .NET Edition

Terminal.TerminalNewLine Enumeration

Specifies the end-of-line character sequences supported by the Terminal control.

[Visual Basic]
Public Enum Terminal.TerminalNewLine
[C#]
public enum Terminal.TerminalNewLine

Members

Member Name Description
CRLF A carriage return positions the cursor to the first column, and a linefeed advances the cursor to the next row, scrolling the display if necessary. This is the default value.
CR A carriage return positions the cursor to the first column and advances to the next row, scrolling the display if necessary.
LF A linefeed positions the cursor to the first column and advances to the next row, scrolling the display if necessary.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

SocketTools Namespace