CompleteWizardStep::StepType Property

 

Gets or sets the type of user interface (UI) to display for the CompleteWizardStep page of a CreateUserWizard control.

Namespace:   System.Web.UI.WebControls
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::WizardStepType

The 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.

System_CAPS_cautionCaution

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.

.NET Framework
Available since 2.0
Return to top
Show: