HtmlForm::CreateControlCollection Method ()

 
Use BaseTrue

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

.NET Framework
Available since 2.0
Return to top
Show: