Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether this is a multiline edit control.
Syntax
public final void setMultiline( boolean value )
Parameters
value
Set to true if the control is a multiline edit control; otherwise, set to false. The default value is false.
See Also getMultiline