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


IStatusBar.HideProgressBar Method (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.HideProgressBar Method
ArcGIS Developer Help

IStatusBar.HideProgressBar Method

Hides the progress bar.

[Visual Basic .NET]
Public Sub HideProgressBar ( _
)
[C#]
public void HideProgressBar (
);
[C++]
HRESULT HideProgressBar(
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