System.Web.UI.WebControls.WizardStepBase Class

Implements the basic functionality required by a step in a System.Web.UI.WebControls.Wizard control.

See Also: WizardStepBase Members

Syntax

[System.ComponentModel.ToolboxItem("")]
[System.ComponentModel.Bindable(false)]
[System.Web.UI.ControlBuilder(typeof(System.Web.UI.WebControls.WizardStepControlBuilder))]
public abstract class WizardStepBase : View

Remarks

You cannot directly create an instance of the System.Web.UI.WebControls.WizardStepBase class. Instead, this class is inherited by the System.Web.UI.WebControls.WizardStep class and the System.Web.UI.WebControls.TemplatedWizardStep class to provide the basic functionality of a step in a control that acts as a wizard.

You can derive from the System.Web.UI.WebControls.WizardStepBase class to create a custom class that represents a unique step in a wizard control.

Requirements

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