CreateUserWizardStep::StepType Property
Gets or sets the type of user interface (UI) to display for the CreateUserWizardStep step of a CreateUserWizard control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [ThemeableAttribute(false)] property WizardStepType StepType { virtual WizardStepType get() override; virtual void set(WizardStepType value) override; }
Property Value
Type: System.Web.UI.WebControls::WizardStepTypeThe Auto enumeration value of the WizardStepType enumeration.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to set the StepType property to a value other than the WizardStepType.Auto enumeration value. |
The StepType property specifies the navigation options to display for the user-account-creation step of the CreateUserWizard control.
The StepType property determines which of the Wizard control's navigation buttons are displayed on the CreateUserWizardStep control. For more information, see the WizardStepBase::StepType property.
Caution |
|---|
If you attempt to change the StepType property to any value other than the Auto value of the WizardStepType enumeration, an InvalidOperationException will be thrown. |
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
