Gets or sets a value indicating whether the text may span more than one line.
Syntax
'Declaration
Public Property MultiLine As Boolean
'Usage
Dim instance As TextField
Dim value As Boolean
instance.MultiLine = value
value = instance.MultiLine
public bool MultiLine {get; set;}
public: __property bool get_MultiLine();
public: __property void set_MultiLine(
bool value
);
public:
property bool MultiLine {
bool get();
void set ( bool value);
}
Property Value
Indicates whether the text may span more than one line.
See Also