HtmlContainerControl.CreateControlCollection Method

Definition

Creates a new ControlCollection object to hold the child controls (both literal and server) of the server 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 ControlCollection that contains the HtmlControl child server controls.

Applies to

See also