Assistant.EndWizard(Int32, Boolean, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the variable returned by the StartWizard(Boolean, String, Int32, Object, Object, Object, Object, Object, Object) method.
public void EndWizard (int WizardID, bool varfSuccess, object Animation);
abstract member EndWizard : int * bool * obj -> unit
Public Sub EndWizard (WizardID As Integer, varfSuccess As Boolean, Optional Animation As Object)
Parameters
- WizardID
- Int32
The number returned by the StartWizard method.
- varfSuccess
- Boolean
True to indicate that the user completed the wizard successfully.
- Animation
- Object
The animation the Office Assistant performs if varfSuccess
is set to True. The default value is msoAnimationCharacterSuccessMajor.