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)
[BrowsableAttribute(false)] [ThemeableAttribute(false)] public: virtual property WizardStepType StepType { WizardStepType get () override; void set (WizardStepType value) override; }
<asp:CreateUserWizardStep StepType="WizardStepType" />
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 Overview.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Caution: