ArcObjects Library Reference (System)  

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