In a control derived from System.Web.UI.WebControls.CompositeControl, recreates the child controls at design time. Called by the control's associated designer.
The ICompositeControlDesignerAccessor.RecreateChildControls method allows a designer for a composite control to recreate the control's child controls at design time.
The ICompositeControlDesignerAccessor.RecreateChildControls method is used primarily by control developers.