Gets or sets whether to reduce an indent level with Backspace key rather than removing
a single space character.
Namespace: Sgry.Azuki.WinFormsAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public bool UnindentsWithBackspace { get; set; } |
| Visual Basic |
|---|
Public Property UnindentsWithBackspace As Boolean Get Set |
Property Value
Type: BooleanImplements
IUserInterface..::..UnindentsWithBackspace
Remarks
For detail, see UnindentsWithBackspace method.