SqlEditor AutoHighlightMode Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether a query should be automatically highlighted as you type.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool AutoHighlightMode { get; set; }

Field Value

true if auto-highlight mode is enabled; otherwise, false.
Remarks

This property may be set programmatically or by explicit user action pressing the Auto-Highlight button. There is one drawback with automatic highlighting: the highlighting actions themselves are considered standard editing actions so they go on the "undo" queue along with user editing actions. This effectively renders the "undo" facility unusable. See also EnableHighlighting.
See Also