System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls Method

In a control derived from System.Web.UI.WebControls.CompositeControl, recreates the child controls at design time. Called by the control's associated designer.

Syntax

public void RecreateChildControls ()

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0