System.Web.UI.WebControls.WizardStepCollection.Add Method

Appends the specified System.Web.UI.WebControls.WizardStepBase-derived object to the end of the collection.

Syntax

public void Add (WizardStepBase wizardStep)

Parameters

wizardStep
The System.Web.UI.WebControls.WizardStepBase-derived object to append to the System.Web.UI.WebControls.WizardStepCollection collection.

Remarks

The WizardStepCollection.Add(WizardStepBase) method adds the System.Web.UI.WebControls.WizardStepBase-derived object to the end of the System.Web.UI.WebControls.WizardStepCollection collection. To add a System.Web.UI.WebControls.WizardStepBase-derived object to the collection at a specific index location, use the WizardStepCollection.AddAt(int, WizardStepBase) method.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0