C# 클래스 ComponentFactory.Krypton.Ribbon.ButtonSpecMdiChildMin

Implementation for the minimize button for mdi child form.
상속: ButtonSpecMdiChildFixed
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
ButtonSpecMdiChildMin ( KryptonRibbon ribbon ) : System

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

메소드 상세

ButtonSpecMdiChildMin() 공개 메소드

Initialize a new instance of the ButtonSpecMdiChildMin class.
public ButtonSpecMdiChildMin ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
리턴 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