CompositeControlDesigner::CreateChildControls Method ()

 

Creates the child controls of this CompositeControl control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void CreateChildControls()

The CreateChildControls method is used to recreate the child controls in the associated control. It ensures that the control collection is created before creating the design-time markup.

.NET Framework
Available since 2.0
Return to top
Show: