xtd 0.2.0
Loading...
Searching...
No Matches

◆ tab_stop() [1/2]

virtual bool xtd::forms::control::tab_stop ( ) const
virtualnoexcept

Gets a value indicating whether the user can give the focus to this control using the TAB key.

Returns
true if the user can give the focus to the control using the TAB key; otherwise, false. The default is true.
Note
Note: This property will always return true for an instance of the xtd::forms::form class.
Remarks
When the user presses the TAB key, the input focus is set to the next control in the tab order. Controls with the xtd::forms::control::tab_stop property value of false are not included in the collection of controls in the tab order. The tab order can be manipulated by setting the control's xtd::forms::control::tab_index property value.