HtmlTableRow::CreateControlCollection Method ()
.NET Framework (current version)
Creates a new ControlCollection object for the HtmlTableRow control.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::ControlCollection^A ControlCollection that contains the HtmlTableRow control's child server controls.
The CreateControlCollection method creates a new ControlCollection collection that is used to hold the row cells.
The CreateControlCollection method is primarily of interest to control developers extending the functionality of the HtmlTableRow control.
.NET Framework
Available since 1.1
Available since 1.1
Show: