Microsoft SDK for Java

TrackBar.setValue

Sets the value of the trackbar (the position of the trackbar slider).

Syntax

public void setValue( int value )

Parameters

value

An integer that represents the value to set for the trackbar.

Exceptions

WFCInvalidArgumentException thrown if the specified value less than the minimum value or greater than the maximum value for the trackbar.

See Also   getValue

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