CompositeControl::Controls Property
.NET Framework (current version)
Gets a ControlCollection object that represents the child controls in a CompositeControl.
Assembly: System.Web (in System.Web.dll)
public: property ControlCollection^ Controls { virtual ControlCollection^ get() override; }
Property Value
Type: System.Web.UI::ControlCollection^A ControlCollection that represents the child controls in the CompositeControl.
The Controls property overrides the base implementation to ensure that all child controls have been created prior to returning the ControlCollection object.
The Controls property allows you to programmatically access the ControlCollection for the CompositeControl. You can add controls to, or remove controls from the collection, and iterate through the controls in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: