Modifier

HtmlForm.CreateControlCollection Method

Definition

Creates a new ControlCollection collection for the HtmlForm 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 HtmlForm control's child server controls.

Applies to

See also