Gets or sets the backspace wrap mode value - defines the behavior of backspace when the cursor is at the first column.

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

Syntax

Visual Basic
Public Property BackspaceWrapMode As AutoWrapMode
	Get
	Set
C#
public AutoWrapMode BackspaceWrapMode { get; set; }

Field Value

Backspace wrap mode.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also