HtmlSelect.CreateControlCollection Método

Definição

Cria um EmptyControlCollection objeto para o HtmlSelect controlo.

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

Devoluções

A ControlCollection para conter os controlos de servidor filho do controlo do servidor atual.

Observações

O HtmlSelect controlo não permite controlos filhos.

Aplica-se a

Ver também