Basic auto-indent hook.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public static readonly AutoIndentHook GenericHook
Visual Basic
Public Shared ReadOnly GenericHook As AutoIndentHook

Field Value

Type: AutoIndentHook

Remarks

This hook executes most basic auto-indentation; it just copies previous indentation characters every time the user creates a new line.

See Also