WebPartZoneBase::CreateControlCollection Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a ControlCollection object that contains all the controls in a zone.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
virtual ControlCollection^ CreateControlCollection() override

Return Value

Type: System.Web.UI::ControlCollection^

A ControlCollection that contains references to the WebPart controls in a zone.

.NET Framework
Available since 2.0
Return to top
Show: