Implements the basic functionality required by a step in a System.Web.UI.WebControls.Wizard control.
See Also: WizardStepBase Members
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.