Microsoft SDK for Java

Edit.setMultiline

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.