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


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

IStatusBar.HideProgressAnimation Method

Hides the progress animation.

[Visual Basic .NET]
Public Sub HideProgressAnimation ( _
)
[C#]
public void HideProgressAnimation (
);
[C++]
HRESULT HideProgressAnimation(
void
);

Product Availability

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

Remarks

Hides the animation progressor. Use the ShowProgressAnimation method to show the animation progressor and the PlayProgressAnimation method to start or stop the animation.

See Also

IStatusBar Interface