CreateUserWizardStep.StepType Property
.NET Framework 3.0
Gets or sets the type of user interface (UI) to display for the CreateUserWizardStep step of a CreateUserWizard control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[ThemeableAttribute(false)] public: virtual property WizardStepType StepType { WizardStepType get () override; void set (WizardStepType value) override; }
/** @property */ public WizardStepType get_StepType () /** @property */ public void set_StepType (WizardStepType value)
public override function get StepType () : WizardStepType public override function set StepType (value : WizardStepType)
Not applicable.
Property Value
The Auto enumeration value of the WizardStepType enumeration.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 Introduction to ASP.NET Themes.
Community Additions
ADD
Show:
Caution: