WebPartManager.Controls Property
Assembly: System.Web (in system.web.dll)
public: virtual property ControlCollection^ Controls { ControlCollection^ get () override; }
/** @property */ public ControlCollection get_Controls ()
public override function get Controls () : ControlCollection
Not applicable.
Property Value
A ControlCollection that contains all controls managed by the WebPartManager control.The Controls property does not reference the other controls that are referenced by the WebPartManager control, such as the various zone controls, EditorPart or CatalogPart controls, and others.
This property is used by the Web Parts control set, and in most development situations it is not intended to be called from your code. For this reason, although the property is public, it is hidden from IntelliSense. Developers who want to access the collection of WebPart or other server controls managed by the WebPartManager control should use its WebParts property.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.