HtmlSelect.CreateControlCollection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet EmptyControlCollection pour le contrôle HtmlSelect.
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
Retours
Objet ControlCollection qui va contenir les contrôles serveur enfants du contrôle serveur en cours.
Remarques
Le HtmlSelect contrôle n’autorise pas les contrôles enfants.