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


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

IStatusBar.PlayProgressAnimation Method

Plays the progress animation if the parameter is true; otherwise stops it.

[Visual Basic .NET]
Public Sub PlayProgressAnimation ( _
    ByVal playAnim As Boolean _
)
[C#]
public void PlayProgressAnimation (
    bool playAnim
);
[C++]
HRESULT PlayProgressAnimation(
  VARIANT_BOOL playAnim
);
[C++]
Parameters
playAnim [in]

playAnim is a parameter of type bool

Product Availability

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

Remarks

The PlayProgressAnimation method starts or stops playing the animation. Pass True to start playing the animation and False to stop playing the animation.

See Also

IStatusBar Interface