Microsoft SDK for Java

UpDown.setValue

Sets the value of the up-down control.

Syntax

public void setValue( int value )

Parameters

value

The value to set for this up-down control.

Exceptions

WFCInvalidArgumentException thrown if the specified value is not within the range delimited by the minimum and maximum properties.

See Also   getValue

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