HtmlControl.CreateControlCollection Método

Definición

Crea un nuevo objeto ControlCollection que contendrá los controles secundarios (de literal y servidor) del control de servidor.

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

Devoluciones

ControlCollection

Objeto ControlCollection que va a contener los controles de servidor secundarios del control de servidor actual.

Se aplica a

Consulte también