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

◆ accepts_tab() [2/2]

virtual text_box_base & xtd::forms::text_box_base::accepts_tab ( bool  value)
virtual

Sets a value indicating whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order.

Parameters
valuetrue if users can enter tabs in a multiline text box using the TAB key; false if pressing the TAB key moves the focus. The default is false.
Returns
Current text_box_base instance.