Stops the animation.
[Visual Basic .NET]
Public Sub Stop ( _
)
[C#] public void Stop ( );
[C++]
HRESULT Stop(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Stops the animation at the current frame. The next time the Play method is used the animation will start from this frame.
Remarks
The IStatusBar::PlayProgressAnimation method provides a shortcut to the Play and Stop methods of the animation progressor.
See Also
IAnimationProgressor Interface | IStatusBar.PlayProgressAnimation Method