CreateUserWizard.WizardSteps Property
.NET Framework 3.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)
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.
Community Additions
ADD
Show: