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

상속: System.ComponentModel.Component, ISupportInitialize
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckButtonAdded void
CheckButtonRemoved void
OnCheckedChanged void
OnCheckedChanging void

공개 메소드들

메소드 설명
BeginInit ( ) : void

Signals the object that initialization is starting.

EndInit ( ) : void

Signals the object that initialization is complete.

KryptonCheckSet ( ) : System

Initialize a new instance of the KryptonCheckSet class.

KryptonCheckSet ( IContainer container ) : System

Initialize a new instance of the KryptonCheckSet class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCheckedButtonChanged ( EventArgs e ) : void

Raises the CheckedButtonChanged event.

비공개 메소드들

메소드 설명
CheckButtonAdded ( KryptonCheckButton checkButton ) : void
CheckButtonRemoved ( KryptonCheckButton checkButton ) : void
OnCheckedChanged ( object sender, EventArgs e ) : void
OnCheckedChanging ( object sender, CancelEventArgs e ) : void

메소드 상세

BeginInit() 공개 메소드

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

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EndInit() 공개 메소드

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

KryptonCheckSet() 공개 메소드

Initialize a new instance of the KryptonCheckSet class.
public KryptonCheckSet ( ) : System
리턴 System

KryptonCheckSet() 공개 메소드

Initialize a new instance of the KryptonCheckSet class.
public KryptonCheckSet ( IContainer container ) : System
container IContainer Container that owns the component.
리턴 System

OnCheckedButtonChanged() 보호된 메소드

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