Microsoft SDK for Java

DhEdit.setRows

Sets the number of rows in a multiline edit box.

Syntax

public void setRows( int rows )

Parameters

rows

The number of rows.

Exceptions

WFCInvalidArgumentException thrown if the rows parameter is less than or equal to 0 or if the rows parameter is greater than 1 and the edit box style is not multiline.

See Also   getRows

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