Share via


MsoWizardActType Enumeration 

Specifies the change to the Office Assistant Help session.

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

Usage

Dim msoWizardActType1 As MsoWizardActType = MsoWizardActType.msoWizardActActive

Syntax

Public Enum MsoWizardActType
public enum MsoWizardActType
public enum class MsoWizardActType
public enum MsoWizardActType
public enum MsoWizardActType

Members

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

Remarks

Used with the ActivateWizard method of the Assistant object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace