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