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; } |