This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatusBar Interface > IStatusBar.ProgressBar Property (ArcObjects .NET 10.5 SDK) |
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
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.
IStatusBar Interface | IStepProgressor Interface