ChameleonRichTextBox EditorContextName Property CleanCode C# Libraries v1.2.03 API
Gets or sets the name of the editor context.

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

public string EditorContextName { get; set; }

Field Value

The name of the editor context.
Remarks

The context name must match a pre-defined context in the control. Predefined contexts are: SqlServer, Oracle, MySql, and Odbc. You may define additional contexts using DefineContext(String, String).
See Also