MsoWizardActType Enumeration

Specifies the change to the Office Assistant Help session.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoWizardActType
'Usage
Dim instance As MsoWizardActType
public enum MsoWizardActType

Members

Member name Description
msoWizardActInactive Make Office Assistant inactive.
msoWizardActActive Make Office Assistant active.
msoWizardActSuspend Suspend Office Assistant.
msoWizardActResume Resume Office Assistant.

Remarks

Used with the ActivateWizard method of the Assistant object.

See Also

Reference

Microsoft.Office.Core Namespace