MsoWizardMsgType Enum

Definition

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

public enum class MsoWizardMsgType
public enum MsoWizardMsgType
type MsoWizardMsgType = 
Public Enum MsoWizardMsgType
Inheritance
MsoWizardMsgType

Fields

msoWizardMsgLocalStateOff 2

User clicked the right button in the decision or branch balloon.

msoWizardMsgLocalStateOn 1

Not supported.

msoWizardMsgResuming 5

Passed to the ActivateWizard method if msoWizardActResume is specified for the Act argument.

msoWizardMsgShowHelp 3

User clicked the left button in the decision or branch balloon.

msoWizardMsgSuspending 4

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.

Applies to