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

Implementation for the fixed close button for krypton form.
상속: ButtonSpecFormFixed
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
ButtonSpecFormWindowClose ( KryptonForm form ) : System

Initialize a new instance of the ButtonSpecFormWindowClose class.

GetChecked ( IPalette palette ) : ButtonCheckState

Gets the button checked state.

GetEnabled ( IPalette palette ) : ButtonEnabled

Gets the button enabled state.

GetVisible ( IPalette palette ) : bool

Gets the button visible value.

보호된 메소드들

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

Raises the Click event.

메소드 상세

ButtonSpecFormWindowClose() 공개 메소드

Initialize a new instance of the ButtonSpecFormWindowClose class.
public ButtonSpecFormWindowClose ( KryptonForm form ) : System
form KryptonForm Reference to owning krypton form instance.
리턴 System

GetChecked() 공개 메소드

Gets the button checked state.
public GetChecked ( IPalette palette ) : ButtonCheckState
palette IPalette Palette to use for inheriting values.
리턴 ButtonCheckState

GetEnabled() 공개 메소드

Gets the button enabled state.
public GetEnabled ( IPalette palette ) : ButtonEnabled
palette IPalette Palette to use for inheriting values.
리턴 ButtonEnabled

GetVisible() 공개 메소드

Gets the button visible value.
public GetVisible ( IPalette palette ) : bool
palette IPalette Palette to use for inheriting values.
리턴 bool

OnClick() 보호된 메소드

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void