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

Implementation for the minimize ribbon button.
상속: ComponentFactory.Krypton.Toolkit.ButtonSpec
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initialize a new instance of the ButtonSpecMinimizeRibbon class.

GetChecked ( IPalette palette ) : ButtonCheckState

Gets the button checked state.

GetEnabled ( IPalette palette ) : ButtonEnabled

Gets the button enabled state.

GetStyle ( IPalette palette ) : ButtonStyle

Gets the button style.

GetVisible ( IPalette palette ) : bool

Gets the button visible value.

보호된 메소드들

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

Raises the Click event.

메소드 상세

ButtonSpecMinimizeRibbon() 공개 메소드

Initialize a new instance of the ButtonSpecMinimizeRibbon class.
public ButtonSpecMinimizeRibbon ( 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

GetStyle() 공개 메소드

Gets the button style.
public GetStyle ( IPalette palette ) : ButtonStyle
palette IPalette Palette to use for inheriting values.
리턴 ButtonStyle

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