Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

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.