HtmlTableRow::CreateControlCollection Method ()

 

Creates a new ControlCollection object for the HtmlTableRow control.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual ControlCollection^ CreateControlCollection() override

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
Return to top
Show: