MobileForms Toolkit Documentation

ItemTextBox.MultiLine Property

Gets or sets a value indicating whether this is a multiline text box control.

public bool MultiLine {get; set;}

Property Value

true if the control is a multiline text box control; otherwise, false.

Remarks

A multiline text box allows you to display more than one line of text in the control. If the WordWrap property is set to true, text entered into the multiline text box is wrapped to the next line in the control. If the WordWrap 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.

See Also

ItemTextBox Class | Resco.Controls.DetailView Namespace