Provides an interface to allow a composite-control designer to recreate the child controls of its associated control at design time.
See Also: ICompositeControlDesignerAccessor Members
A class derived from System.Web.UI.WebControls.CompositeControl implements the System.Web.UI.WebControls.ICompositeControlDesignerAccessor interface to allow its associated designer to call the control's ICompositeControlDesignerAccessor.RecreateChildControls method at design time. The associated designer must derive from System.Web.UI.Design.WebControls.CompositeControlDesigner.
The System.Web.UI.WebControls.ICompositeControlDesignerAccessor interface is used primarily by control developers.