Gets or sets a value indicating whether to treat the incoming destructive backspace characters (7F) as non-destructive backspace (08).

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

Syntax

Visual Basic
Public Property ForceNondestructiveBackspace As Boolean
	Get
	Set
C#
public bool ForceNondestructiveBackspace { get; set; }

Field Value

True to treat destructive backspace as non-destructive, false to allow destructive backspace.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also