CreateUserWizard.WizardSteps Property

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

Gets a reference to a collection containing all the WizardStepBase objects defined for the control.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

'Declaration
Public Overrides ReadOnly Property WizardSteps As WizardStepCollection
'Usage
Dim instance As CreateUserWizard
Dim value As WizardStepCollection

value = instance.WizardSteps

/** @property */
public WizardStepCollection get_WizardSteps ()

public override function get WizardSteps () : WizardStepCollection

Property Value

A WizardStepCollection representing all the WizardStepBase objects defined for the CreateUserWizard control.

The WizardSteps property returns a collection of WizardStepBase objects that make up the CreateUserWizard control. You can use the WizardSteps collection to programmatically access the WizardStepBase objects contained in the CreateUserWizard control. Use the Add, Remove, Clear, and Insert methods to programmatically manipulate the WizardStepBase objects in the collection.

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: