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.HideProgressAnimation Method (ArcObjects .NET 10.5 SDK) |
Hides the progress animation.
[Visual Basic .NET]
Public Sub HideProgressAnimation ( _
)
[C#] public void HideProgressAnimation ( );
[C++]
HRESULT HideProgressAnimation(
void
);
Hides the animation progressor. Use the ShowProgressAnimation method to show the animation progressor and the PlayProgressAnimation method to start or stop the animation.