ICompositeControlDesignerAccessor Interface

Definition

Provides an interface to allow a composite-control designer to recreate the child controls of its associated control at design time.

public interface class ICompositeControlDesignerAccessor
public interface ICompositeControlDesignerAccessor
type ICompositeControlDesignerAccessor = interface
Public Interface ICompositeControlDesignerAccessor
Derived

Remarks

A class derived from CompositeControl implements the ICompositeControlDesignerAccessor interface to allow its associated designer to call the control's RecreateChildControls method at design time. The associated designer must derive from CompositeControlDesigner.

The ICompositeControlDesignerAccessor interface is used primarily by control developers.

Methods

RecreateChildControls()

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

Applies to

See also