MultiLine Property (RText)
In This Topic
Gets or sets a value indicating whether [multi line].
Syntax
'Declaration
Public Property MultiLine As Boolean
public bool MultiLine {get; set;}
Property Value
true
if [multi line]; otherwise,
false
.
See Also