Gets a System.Web.UI.ControlCollection object that represents the child controls in a System.Web.UI.WebControls.CompositeControl.
Documentation for this section has not yet been entered.
The CompositeControl.Controls property overrides the base implementation to ensure that all child controls have been created prior to returning the System.Web.UI.ControlCollection object.
The CompositeControl.Controls property allows you to programmatically access the System.Web.UI.ControlCollection for the System.Web.UI.WebControls.CompositeControl. You can add controls to, or remove controls from the collection, and iterate through the controls in the collection.