Gets a reference to a collection containing all the System.Web.UI.WebControls.WizardStepBase objects defined for the control.
Documentation for this section has not yet been entered.
The CreateUserWizard.WizardSteps property returns a collection of System.Web.UI.WebControls.WizardStepBase objects that make up the System.Web.UI.WebControls.CreateUserWizard control. You can use the CreateUserWizard.WizardSteps collection to programmatically access the System.Web.UI.WebControls.WizardStepBase objects contained in the System.Web.UI.WebControls.CreateUserWizard control. Use the WizardStepCollection.Add(WizardStepBase), WizardStepCollection.Remove(WizardStepBase), WizardStepCollection.Clear, and WizardStepCollection.Insert(int, WizardStepBase) methods to programmatically manipulate the System.Web.UI.WebControls.WizardStepBase objects in the collection.