System.Web.UI.WebControls.MultiView Members

The members of System.Web.UI.WebControls.MultiView are listed below.

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

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.MultiView class.

Public Fields

static readonly
NextViewCommandNamestring.

Represents the command name associated with the next System.Web.UI.WebControls.View control to display in a System.Web.UI.WebControls.MultiView control. This field is read-only.

static readonly
PreviousViewCommandNamestring.

Represents the command name associated with the previous System.Web.UI.WebControls.View control to display in a System.Web.UI.WebControls.MultiView control. This field is read-only.

static readonly
SwitchViewByIDCommandNamestring.

Represents the command name associated with changing the active System.Web.UI.WebControls.View control in a System.Web.UI.WebControls.MultiView control, based on a specified System.Web.UI.WebControls.View id. This field is read-only.

static readonly
SwitchViewByIndexCommandNamestring.

Represents the command name associated with changing the active System.Web.UI.WebControls.View control in a System.Web.UI.WebControls.MultiView control based on a specified System.Web.UI.WebControls.View index. This field is read-only.

Public Properties

ActiveViewIndexint.

Gets or sets the index of the active System.Web.UI.WebControls.View control within a System.Web.UI.WebControls.MultiView control.

EnableThemingbool.

Gets or sets a value indicating whether themes apply to the System.Web.UI.WebControls.MultiView control.

[read-only]
ViewsViewCollection.

Gets the collection of System.Web.UI.WebControls.View controls in the System.Web.UI.WebControls.MultiView 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.

Public Events

ActiveViewChanged

Occurs when the active System.Web.UI.WebControls.View control of a System.Web.UI.WebControls.MultiView control changes between posts to the server.