UpDown.setValue

Overview | Methods | This Package | All Packages

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