Assistant.ActivateWizard Method
Resumes or suspends Office Assistant Help during a custom wizard.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub ActivateWizard ( _
WizardID As Integer, _
act As MsoWizardActType, _
Animation As Object _
)
'Usage
Dim instance As Assistant
Dim WizardID As Integer
Dim act As MsoWizardActType
Dim Animation As Object
instance.ActivateWizard(WizardID, act, _
Animation)
void ActivateWizard(
int WizardID,
MsoWizardActType act,
Object Animation
)
Parameters
WizardID
Type: System.Int32The number returned by the StartWizard method.
act
Type: Microsoft.Office.Core.MsoWizardActTypeSpecifies the change to the Office Assistant Help session.
Animation
Type: System.ObjectThe animation the Office Assistant performs when it is suspended or resumed.