This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatusBar Interface > IStatusBar.ProgressAnimation Property (ArcObjects .NET 10.5 SDK) |
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
The ProgressAnimation property controls the animation progressor (spinning globe) on the status that displays in the animation pane.
IStatusBar Interface | IAnimationProgressor Interface