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

◆ tab_stop() [2/2]

virtual control & xtd::forms::control::tab_stop ( bool  value)
virtual

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

Parameters
valuetrue if the user can give the focus to the control using the TAB key; otherwise, false. The default is true.
Returns
Current control.
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.