Gets or sets whether the hook mechanism is supported or not.

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

Syntax

C#
bool CanUseHook { get; }
Visual Basic
ReadOnly Property CanUseHook As Boolean
	Get

Property Value

Type: Boolean

Remarks

This property gets or sets whether this highlighter object supports hook mechanism or not. Please refer to the document of HookProc property about hook mechanism.

See Also