WebPartManager.CreateControlCollection Method

Definition

Returns the collection of all controls that are managed by the WebPartManager control on a Web page. This class cannot be inherited.

C#
protected override sealed System.Web.UI.ControlCollection CreateControlCollection();

Returns

A ControlCollection consisting of all the various Web Parts controls managed by the WebPartManager control.

Notes to Inheritors

Because this method is protected and sealed, it is visible to classes that inherit from the WebPartManager class, but it cannot be overridden.

Applies to

Tuote Versiot
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1