This document is archived and information here might be outdated. Recommended version. |
Makes the progress animation visible.
[Visual Basic .NET]
Public Sub ShowProgressAnimation ( _
ByVal Message As String, _
ByVal animationPath As String _
)
[C#]
public void ShowProgressAnimation (
string Message,
string animationPath
);
[C++]
HRESULT ShowProgressAnimation(
BSTR Message,
BSTR animationPath
);
[C++] Parameters Message [in]
Message is a parameter of type BSTR animationPath [in]
animationPath is a parameter of type BSTR
The ShowProgressAnimation method provides shortcuts to the properties of the animation progressor. This method allows you to set the message, and the animation file to be played.