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

◆ accepts_tab() [1/2]

virtual bool xtd::forms::text_box_base::accepts_tab ( ) const
virtualnoexcept

Gets 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.

Returns
true 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.