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


IStatusBar.ProgressAnimation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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

.NET Snippets

Animation Progressor