MultiView.CreateControlCollection Method

Definition

Creates a ControlCollection to hold the child controls of the MultiView control.

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection

Returns

A ViewCollection to contain the View controls of the current MultiView control.

Remarks

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

Applies to

See also