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


IStatusBar.ProgressAnimation Property (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.ProgressAnimation Property
ArcGIS Developer Help

IStatusBar.ProgressAnimation Property

The progress animation object on the statusbar.

[Visual Basic .NET]
Public ReadOnly Property ProgressAnimation As IAnimationProgressor
[C#]
public IAnimationProgressor ProgressAnimation {get;}
[C++]
HRESULT get_ProgressAnimation(
  IAnimationProgressor** ProgressAnimation
);
[C++]
Parameters
ProgressAnimation [out, retval]

ProgressAnimation is a parameter of type IAnimationProgressor**

Product Availability

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

Remarks

The ProgressAnimation property controls the animation progressor (spinning globe) on the status that displays in the animation pane.

See Also

IStatusBar Interface | IAnimationProgressor Interface