SqlEditor TabLeavesControl Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether Tab or Ctrl+Tab operates within the results grid (ExtendedDataGridView) and the editor pane (ChameleonRichTextBox) or moves focus to the next control.

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

public bool TabLeavesControl { get; set; }

Field Value

true if Tab leaves control (and Ctrl+Tab moves within the control); false if Ctrl+Tab leaves control (and Tab moves within the control).
See Also