HtmlContainerControl.CreateControlCollection Método

Definição

Cria um novo objeto ControlCollection para manter os controles filho (literal e servidor) do controle do 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

Retornos

ControlCollection

Um ControlCollection que contém os controles de servidor filhos HtmlControl.

Aplica-se a

Confira também