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