HtmlControl.CreateControlCollection Método

Definição

Cria um novo ControlCollection objeto 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

Um ControlCollection objeto para conter os controles de servidor filho do controle de servidor atual.

Aplica-se a

Confira também