Share via


MsoWizardMsgType Enumeration 

Specifies context under which a wizard's callback procedure is called.

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

Usage

Dim msoWizardMsgType1 As MsoWizardMsgType = MsoWizardMsgType.msoWizardMsgLocalStateOff

Syntax

Public Enum MsoWizardMsgType
public enum MsoWizardMsgType
public enum class MsoWizardMsgType
public enum MsoWizardMsgType
public enum MsoWizardMsgType

Members

Member name Description
msoWizardMsgLocalStateOff User clicked the right button in the decision or branch balloon.
msoWizardMsgLocalStateOn Not supported.
msoWizardMsgResuming Passed to the ActivateWizard method if msoWizardActResume is specified for the Act argument.
msoWizardMsgShowHelp User clicked the left button in the decision or branch balloon.
msoWizardMsgSuspending Passed to the ActivateWizard method if msoWizardActSuspend is specified for the Act argument.

Remarks

Used as an argument in a callback procedure designed for use with a custom wizard.

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