This document is archived and information here might be outdated. Recommended version. |
Plays the progress animation if the parameter is true; otherwise stops it.
[Visual Basic .NET] Public Sub PlayProgressAnimation ( _ ByVal playAnim As Boolean _ )
[C#] public void PlayProgressAnimation ( bool playAnim );
[C++]
HRESULT PlayProgressAnimation(
VARIANT_BOOL playAnim
);
[C++]
Parameters playAnim [in]
playAnim is a parameter of type bool
The PlayProgressAnimation method starts or stops playing the animation. Pass True to start playing the animation and False to stop playing the animation.