WizardStepType Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the types of navigation UI that can be displayed for a step in a Wizard control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Auto | The navigation UI that is rendered for the step is determined automatically by the order in which the step is declared. | |
| Complete | The step is the last one to appear. No navigation buttons are rendered. | |
| Finish | The step is the final data collection step. Finish and Previous buttons are rendered for navigation. | |
| Start | The step is the first one to appear. A Next button is rendered but a Previous button is not rendered for this step. | |
| Step | The step is any step between the Start and the Finish steps. Previous and Next buttons are rendered for navigation. This step type is useful for overriding the Auto step type. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: