Enum TabBehavior | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Describes how TabStop behaves. A TabStop is a stop-point for keyboard navigation between Views.
Fields
NoStop = 0
The View will not be a stop-point for keyboard-based navigation.
This flag has no impact on whether the view can be focused via means other than the keyboard. UseCanFocus to control whether a View can focus or not.
TabGroup = 2
The View will be a stop-point for keyboard-based navigation across groups. (e.g. if the user pressesNextTabGroupKey (Ctrl+PageDown
)).
TabStop = 1
The View will be a stop-point for keyboard-based navigation across Views (e.g. if the user presses Tab
).