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


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

IStatusBar.ShowProgressAnimation Method

Makes the progress animation visible.

[Visual Basic .NET]
Public Sub ShowProgressAnimation ( _
    ByVal Message As String, _
    ByVal animationPath As String _
)
[C#]
public void ShowProgressAnimation (
    string Message,
    string animationPath
);
[C++]
HRESULT ShowProgressAnimation(
  BSTR Message,
  BSTR animationPath
);
[C++]
Parameters
Message [in]

Message is a parameter of type BSTR animationPath [in]
animationPath is a parameter of type BSTR

Product Availability

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

Remarks

The ShowProgressAnimation method provides shortcuts to the properties of the animation progressor. This method allows you to set the message, and the animation file to be played.

See Also

IStatusBar Interface