In This Article

WizardPageSequenceType Enum

Specifies the type of page sequencing to use.

public enum WizardPageSequenceType

Fields

Name Description
Normal

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

Stack

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.

This feature requires each WizardPage's Name property to be set.

The WizardPage.PreviousPage property is ignored when using stack sequencing.