System.Web.UI.WebControls.MultiView.CreateControlCollection Method

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

Syntax

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

Returns

A System.Web.UI.WebControls.ViewCollection to contain the System.Web.UI.WebControls.View controls of the current System.Web.UI.WebControls.MultiView control.

Remarks

This method overrides the base implementation to always return a System.Web.UI.WebControls.ViewCollection to contain the System.Web.UI.WebControls.View controls of the current System.Web.UI.WebControls.MultiView control.

Requirements

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