MsoWizardMsgType Enumeration

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

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

Syntax

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

Members

Member name Description
msoWizardMsgLocalStateOn Not supported.
msoWizardMsgLocalStateOff User clicked the right button in the decision or branch balloon.
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.
msoWizardMsgResuming Passed to the ActivateWizard method if msoWizardActResume is specified for the Act argument.

Remarks

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

See Also

Reference

Microsoft.Office.Core Namespace