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.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
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