Microsoft SDK for Java

ProgressBar.getStep

Retrieves the step increment for the ProgressBar control.

Syntax

public final int getStep()

Return Value

Returns an integer that identifies the current step increment.

Remarks

The step increment is the amount by which a call to increment increases the progress bar's current position.

See Also   setStep

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