Microsoft SDK for Java

UpDown.setAutoSize

Sets a boolean value indicating whether the up-down control automatically adjusts its size to fit the size of its buddy control.

Syntax

public final void setAutoSize( boolean value )

Parameters

value

Set to true if the up-down control automatically adjusts its size to fit the size of its buddy control; otherwise, set to false. The default value is true.

See Also   getAutoSize

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