Microsoft SDK for Java

Edit.setAutoSize

Sets a boolean value indicating whether the size of the control automatically adjusts when the font is changed.

Syntax

public final void setAutoSize( boolean value )

Parameters

value

Set to true if the size of the control automatically adjusts when the font is changed; otherwise, set to false. The default value is true.

Remarks

Multiline edit controls ignore the autoSize property setting.

See Also   getAutoSize

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