[]
Gets or sets whether the control can accept and display multiple lines of text.
public bool Multiline { get; set; }
Public Property Multiline As Boolean
Type | Description |
---|---|
bool | true if the control is a multiline control; otherwise, false.
|
A multiple-line control wraps text as the user types text extending beyond the text box when TextWrapping isn't NoWrap.