Assistant.ActivateWizard(Int32, MsoWizardActType, 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.
Resumes or suspends Office Assistant Help during a custom wizard.
public void ActivateWizard (int WizardID, Microsoft.Office.Core.MsoWizardActType act, object Animation);
abstract member ActivateWizard : int * Microsoft.Office.Core.MsoWizardActType * obj -> unit
Public Sub ActivateWizard (WizardID As Integer, act As MsoWizardActType, Optional Animation As Object)
Parameters
- WizardID
- Int32
The number returned by the StartWizard(Boolean, String, Int32, Object, Object, Object, Object, Object, Object) method.
- act
- MsoWizardActType
Specifies the change to the Office Assistant Help session.
- Animation
- Object
The animation the Office Assistant performs when it is suspended or resumed.