HtmlForm.CreateControlCollection Método

Definição

Cria uma nova coleção ControlCollection para o controle HtmlForm.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

Retornos

ControlCollection

Um ControlCollection que contém os controles de servidor filhos do controle HtmlForm.A ControlCollection that contains the HtmlForm control's child server controls.

Aplica-se a

Confira também