Gets or sets whether to reduce an indent level with Backspace key rather than removing a single space character.

Namespace: Sgry.Azuki.WinForms
Assembly: 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: Boolean

Implements

IUserInterface..::..UnindentsWithBackspace

Remarks

For detail, see UnindentsWithBackspace method.

See Also