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

상속: VisualControlBase, ISupportInitializeNotification
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

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.

VisualControl ( ) : System

Initialize a new instance of the VisualControl 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

VisualControl() 보호된 메소드

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