Sets a boolean value indicating whether this is a multiline edit control.
public final void setMultiline( boolean value )
value
Set to true if the control is a multiline edit control; otherwise, set to false. The default value is false.
See Also getMultiline