WizardStepCollection.Clear Method
.NET Framework 3.0
Removes all WizardStepBase-derived objects from the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Clear method to remove all the WizardStepBase-derived objects from the WizardStepCollection collection.
Note: |
|---|
| After the Clear method removes the WizardStepBase-derived objects from the collection, the Count property of the WizardStepCollection collection has a value of zero. |
Community Additions
ADD
Show:
Note: