Microsoft SDK for Java

Edit.getAutoSize

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

Syntax

public final boolean getAutoSize()

Return Value

Returns true if the size of the control automatically adjusts when the font is changed; otherwise, returns false.

Remarks

Multiline edit controls ignore the autoSize property setting.

See Also   setAutoSize

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