CreateUserWizard.WizardSteps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.