Multiline Property (InputTextBox)
In This Topic
Gets or sets a value that determines whether the user can type more than one line of text into the
InputTextBox.
Syntax
'Declaration
Public Property Multiline As Boolean
public bool Multiline {get; set;}
See Also