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

◆ multiline() [2/2]

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

Sets a value indicating whether this is a multiline text box control.

Parameters
valuetrue if the control is a multiline text box control; otherwise, false. The default is false.
Returns
Current text_box_base instance.
Remarks
A multiline text box allows you to display more than one line of text in the control. If the word_wrap property is set to true, text entered into the multiline text box is wrapped to the next line in the control. If the word_wrap property is set to false, text entered into the multiline text box control will be displayed on the same line until a newline character is entered.