System.Web.UI.WebControls.Wizard: Method Members

The methods of System.Web.UI.WebControls.Wizard are listed below. For a list of all members, see the Wizard Members list.

See Also: Inherited members from System.Web.UI.WebControls.CompositeControl

Public Methods

GetHistory() : ICollection

Returns a collection of System.Web.UI.WebControls.WizardStepBase objects that have been accessed.

GetStepType(WizardStepBase, int) : WizardStepType

Returns the System.Web.UI.WebControls.WizardStepType value for the specified System.Web.UI.WebControls.WizardStepBase object.

MoveTo(WizardStepBase)

Sets the specified System.Web.UI.WebControls.WizardStepBase-derived object as the value for the Wizard.ActiveStep property of the System.Web.UI.WebControls.Wizard control.

Protected Methods

AllowNavigationToStep(int) : bool

Uses a Boolean value to determine whether the Wizard.ActiveStep property can be set to the System.Web.UI.WebControls.WizardStepBase object that corresponds to the index that is passed in.

override
CreateChildControls()

Creates child controls.

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates control collection.

CreateControlHierarchy()

Creates the hierarchy of child controls that make up the control.

override
CreateControlStyle() : Style

Creates control style.

override
GetDesignModeState() : IDictionary

Gets the design mode state.

override
LoadControlState(object)

Restores control state information.

override
LoadViewState(object)

Loads view-state information.

OnActiveStepChanged(object, EventArgs)

Raises the Wizard.ActiveStepChanged event.

override
OnBubbleEvent(object, EventArgs) : bool

Determines whether the event for the server control is passed up the page’s user interface server control hierarchy.

OnCancelButtonClick(EventArgs)

Raises the Wizard.CancelButtonClick event.

OnFinishButtonClick(WizardNavigationEventArgs)

Raises the Wizard.FinishButtonClick event.

override
OnInit(EventArgs)

Raises the Init event.

OnNextButtonClick(WizardNavigationEventArgs)

Raises the Wizard.NextButtonClick event.

OnPreviousButtonClick(WizardNavigationEventArgs)

Raises the Wizard.PreviousButtonClick event.

OnSideBarButtonClick(WizardNavigationEventArgs)

Raises the Wizard.SideBarButtonClick event.

RegisterCommandEvents(IButtonControl)

Registers a new instance of the System.Web.UI.WebControls.CommandEventHandler class for the specified System.Web.UI.WebControls.IButtonControl object.

override
Render(System.Web.UI.HtmlTextWriter)

Renders the control to the specified writer.

override
SaveControlState() : object

Save the control state.

override
SaveViewState() : object

Saves the view state.

override
TrackViewState()

Tracks view state.