Microsoft SDK for Java

ProgressBar.setStep

Specifies the step increment for a progress bar.

Syntax

public final void setStep( int stepNew )

Parameters

stepNew

The step increment.

Remarks

The step increment is the amount by which the progress bar increases its current position whenever the step method is called. By default, the step increment is set to 10.

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