CreateUserWizard.WizardSteps Property

Definition

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

public:
 virtual property System::Web::UI::WebControls::WizardStepCollection ^ WizardSteps { System::Web::UI::WebControls::WizardStepCollection ^ get(); };
public override System.Web.UI.WebControls.WizardStepCollection WizardSteps { get; }
member this.WizardSteps : System.Web.UI.WebControls.WizardStepCollection
Public Overrides ReadOnly Property WizardSteps As WizardStepCollection

Property Value

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

Remarks

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.

Applies to

See also