Gets or sets the name of the editor context.
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public string EditorContextName { get; set; }
public string EditorContextName { get; set; }
Public Property EditorContextName As String
Get
Set
Public Property EditorContextName As String
Get
Set
public:
property String^ EditorContextName {
String^ get ();
void set (String^ value);
}
Field Value
The name of the editor context.
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).