ProxyWebPartManager.CreateControlCollection Method

Definition

Overrides the base property to prevent the ProxyWebPartManager control from containing controls.

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection

Returns

Always returns an EmptyControlCollection.

Remarks

The CreateControlCollection method overrides the base method to prevent the ProxyWebPartManager control from containing and returning collections of controls. Its only purpose is to enable static connections to be declared in content pages within an application that uses master pages.

Applies to

See also