This document is archived and information here might be outdated.  Recommended version.


IStatusBar.ProgressBar Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatusBar Interface > IStatusBar.ProgressBar Property
ArcGIS Developer Help

IStatusBar.ProgressBar Property

The progress bar object on the statusbar.

[Visual Basic .NET]
Public ReadOnly Property ProgressBar As IStepProgressor
[C#]
public IStepProgressor ProgressBar {get;}
[C++]
HRESULT get_ProgressBar(
  IStepProgressor** ProgressBar
);
[C++]
Parameters
ProgressBar [out, retval]

ProgressBar is a parameter of type IStepProgressor**

Product Availability

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

Remarks

Use the ProgressBar property to get access to the step progress bar. The step progress bar is the blue moving line that displays the percentage of completeness.

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

See Also

IStatusBar Interface | IStepProgressor Interface