CreateUserWizard.WizardSteps Property

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

Not applicable.

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 Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: