This document is archived and information here might be outdated. Recommended version. |
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.