LoginStatusDesigner.Initialize(IComponent) 메서드

정의

연결된 컨트롤을 표시, 편집 및 디자인할 디자이너를 준비합니다.

public:
 override void Initialize(System::ComponentModel::IComponent ^ component);
public override void Initialize (System.ComponentModel.IComponent component);
override this.Initialize : System.ComponentModel.IComponent -> unit
Public Overrides Sub Initialize (component As IComponent)

매개 변수

component
IComponent

IComponent를 구현하는 LoginStatus입니다.

설명

비주얼 디자이너 호출을 Initialize 메서드를 렌더링 하는 디자이너를 사용할 준비가 되었을 때를 LoginStatus 컨트롤입니다. Initialize 기본 메서드는 속성을 구성 하 고 디자이너의 작업에 필요한 이벤트를 설정 합니다.

component 매개 변수는 합니다 LoginStatus 의 복사본을이 디자이너와 연결 된 컨트롤에는 LoginStatus 컨트롤입니다.

적용 대상

추가 정보