Assistant.ActivateWizard(Int32, MsoWizardActType, Object) Method

Definition

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

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.

Applies to