SqlEditor QueryTextBox Property CleanCode C# Libraries v1.2.03 API
Gets the ChameleonRichTextBox control that serves as the editor pane for the query.

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

public ChameleonRichTextBox QueryTextBox { get; }

Field Value

The query text box.
See Also