HtmlTable::CreateControlCollection Method ()

 

Creates a new ControlCollection object for the HtmlTable 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 HtmlTable control's child server controls.

The CreateControlCollection method creates a ControlCollection object that is used to hold table rows.

The CreateControlCollection method is primarily of interest to control developers extending the functionality of the HtmlTable control.

.NET Framework
Available since 1.1
Return to top
Show: