TableRow.CreateControlCollection Metoda

Definicja

Tworzy nowy ControlCollection obiekt dla kontrolki TableRow .

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

Zwraca

ControlCollection

ControlCollection Obiekt, który zawiera kontrolki TableRow podrzędnego serwera kontrolki.

Uwagi

Metoda CreateControlCollection tworzy nowy ControlCollection obiekt, który przechowuje TableRow komórki.

Metoda CreateControlCollection jest szczególnie interesująca dla deweloperów, którzy rozszerzają funkcjonalność kontrolki TableRow .

Dotyczy

Zobacz też