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

◆ word_wrap() [2/2]

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

Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.

Parameters
valuetrue if the multiline text box control wraps words; false if the text box control automatically scrolls horizontally when the user types past the right edge of the control. The default is true.
Returns
Current text_box_base instance.