CompleteWizardStep.StepType Property
Gets or sets the type of user interface (UI) to display for the CompleteWizardStep page of a CreateUserWizard control.
Assembly: System.Web (in System.Web.dll)
[<BrowsableAttribute(false)>] [<ThemeableAttribute(false)>] override StepType : WizardStepType with get, set
Property Value
Type: System.Web.UI.WebControls.WizardStepTypeThe Complete enumeration value for the WizardStepType enumeration.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to set the StepType property. |
The StepType property specifies the type of navigation UI to display for the final user account creation step (the CreateUserWizardStep step) of the CreateUserWizard control.
Caution |
|---|
The StepType property overrides the WizardStepBase.StepType property to ensure that CompleteWizardStep is always set to the Complete value of the WizardStepType enumeration. Attempting to set the StepType property to a different value will result in an InvalidOperationException. |
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
Available since 2.0
