CompleteWizardStep.StepType Property

Note: This property is new in the .NET Framework version 2.0.

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)

[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)

Property Value

The Complete enumeration value for the WizardStepType enumeration.

Exception typeCondition

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.

Caution noteCaution

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

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: