Removes the specified System.Web.UI.WebControls.WizardStepBase-derived object from the collection.
- wizardStep
The System.Web.UI.WebControls.WizardStepBase-derived object to remove from the collection.
Use the WizardStepCollection.Remove(WizardStepBase) method to remove the System.Web.UI.WebControls.WizardStepBase-derived object from the System.Web.UI.WebControls.WizardStepCollection collection. Alternatively, you can use the WizardStepCollection.RemoveAt(int) method to remove a System.Web.UI.WebControls.WizardStepBase-derived object from a specified location in the System.Web.UI.WebControls.WizardStepCollection collection.