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


IStatusBar.HideProgressAnimation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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