ArcObjects Library Reference (System)  

IStatusBar.StepProgressBar Method

Steps the progress bar to the next position.

[Visual Basic .NET]
Public Sub StepProgressBar ( _
)
[C#]
public void StepProgressBar (
);
[C++]
HRESULT StepProgressBar(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ProgressBar property and the HideProgressBar, ShowProgressBar, and StepProgressBar methods are used to control the step progress bar on the status bar.

See Also

IStatusBar Interface