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

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

See Also: Inherited members from System.Web.UI.Control

Public Methods

GetActiveView() : View

Returns the current active System.Web.UI.WebControls.View control within a System.Web.UI.WebControls.MultiView control.

SetActiveView(View)

Sets the specified System.Web.UI.WebControls.View control to the active view within a System.Web.UI.WebControls.MultiView control.

Protected Methods

override
AddParsedSubObject(object)

Notifies the System.Web.UI.WebControls.MultiView control that an XML or HTML element was parsed, and adds the element to the System.Web.UI.WebControls.ViewCollection collection of the System.Web.UI.WebControls.MultiView control.

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

Creates a System.Web.UI.ControlCollection to hold the child controls of the System.Web.UI.WebControls.MultiView control.

override
LoadControlState(object)

Loads the current state of the System.Web.UI.WebControls.MultiView control.

OnActiveViewChanged(EventArgs)

Raises the MultiView.ActiveViewChanged event of a System.Web.UI.WebControls.MultiView control.

override
OnBubbleEvent(object, EventArgs) : bool

Determines whether the event for the System.Web.UI.WebControls.MultiView control is passed to the page's UI server control hierarchy.

override
OnInit(EventArgs)

Raises the System.Web.UI.Control.Init event.

override
RemovedControl(System.Web.UI.Control)

Called after a System.Web.UI.WebControls.View control is removed from the System.Web.UI.Control.Controls collection of a System.Web.UI.WebControls.MultiView control.

override
Render(System.Web.UI.HtmlTextWriter)

Writes the System.Web.UI.WebControls.MultiView control content to the specified System.Web.UI.HtmlTextWriter object, for display on the client.

override
SaveControlState() : object

Saves the current state of the System.Web.UI.WebControls.MultiView control.