HtmlTitle.CreateControlCollection Method

Definition

Creates a new ControlCollection collection for the HtmlTitle 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 object to contain the current server control's child server controls.

Applies to