In This Article

WizardPageSequenceType Enum

Specifies the type of page sequencing to use.

public enum WizardPageSequenceType

Fields

Name Description
BackStack

Normal page sequencing occurs when the Next button is pressed. Each page visited is stored in an internal stack. Back button presses move backwards through the stack.

Normal

Normal page sequencing, in which pages are visited in the order in which they appear in the Pages collection.