ICompositeControlDesignerAccessor 인터페이스

정의

디자인 타임에 합성 컨트롤 디자이너가 연결된 컨트롤의 자식 컨트롤을 다시 만드는 데 사용할 수 있는 인터페이스를 제공합니다.

public interface class ICompositeControlDesignerAccessor
public interface ICompositeControlDesignerAccessor
type ICompositeControlDesignerAccessor = interface
Public Interface ICompositeControlDesignerAccessor
파생

설명

파생 된 클래스 CompositeControl 구현 합니다 ICompositeControlDesignerAccessor 해당 연결 된 디자이너는 컨트롤을 호출할 수 있도록 인터페이스를 RecreateChildControls 디자인 타임 메서드. 연결 된 디자이너에서 파생 되어야 합니다 CompositeControlDesigner합니다.

ICompositeControlDesignerAccessor 인터페이스는 주로 컨트롤 개발자가 사용 됩니다.

메서드

RecreateChildControls()

CompositeControl에서 파생된 컨트롤에서 디자인 타임에 자식 컨트롤을 다시 만듭니다. 컨트롤의 연결된 디자이너에 의해 호출됩니다.

적용 대상

추가 정보