HtmlForm.CreateControlCollection Metod

Definition

Skapar en ny ControlCollection samling för HtmlForm kontrollen.

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

Returer

En ControlCollection som innehåller kontrollens HtmlForm underordnade serverkontroller.

Gäller för

Se även