System.Web.UI.WebControls.ICompositeControlDesignerAccessor

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

Syntax

public interface ICompositeControlDesignerAccessor

Remarks

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.

Requirements

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