This document is archived and information here might be outdated. Recommended version. |
Stops the animation.
[Visual Basic .NET]
Public Sub Stop ( _
)
[C#]
public void Stop (
);
[C++]
HRESULT Stop(
void
);
Stops the animation at the current frame. The next time the Play method is used the animation will start from this frame.
The IStatusBar::PlayProgressAnimation method provides a shortcut to the Play and Stop methods of the animation progressor.
IAnimationProgressor Interface | IStatusBar.PlayProgressAnimation Method