Gets the cursor column (0 is the first column).

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property CursorLeft As Integer
	Get
C#
public int CursorLeft { get; }

Field Value

Cursor column.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also