CompleteWizardStep.StepType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of user interface (UI) to display for the CompleteWizardStep page of a CreateUserWizard control.
public:
virtual property System::Web::UI::WebControls::WizardStepType StepType { System::Web::UI::WebControls::WizardStepType get(); void set(System::Web::UI::WebControls::WizardStepType value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override System.Web.UI.WebControls.WizardStepType StepType { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.StepType : System.Web.UI.WebControls.WizardStepType with get, set
Public Overrides Property StepType As WizardStepType
Property Value
The Complete enumeration value for the WizardStepType enumeration.
- Attributes
Exceptions
An attempt was made to set the StepType property.
Remarks
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.