C# 클래스 ComponentFactory.Krypton.Toolkit.VisualContainerControl

상속: VisualContainerControlBase, ISupportInitializeNotification
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BeginInit ( ) : void

Signals the object that initialization is starting.

EndInit ( ) : void

Signals the object that initialization is complete.

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

VisualContainerControl ( ) : System

Initialize a new instance of the VisualContainerControl class.

메소드 상세

BeginInit() 공개 메소드

Signals the object that initialization is starting.
public BeginInit ( ) : void
리턴 void

EndInit() 공개 메소드

Signals the object that initialization is complete.
public EndInit ( ) : void
리턴 void

OnInitialized() 보호된 메소드

Raises the Initialized event.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

VisualContainerControl() 보호된 메소드

Initialize a new instance of the VisualContainerControl class.
protected VisualContainerControl ( ) : System
리턴 System