C# 클래스 ComponentFactory.Krypton.Navigator.ButtonSpecNavClose

Implementation for the fixed close button for navigator.
상속: ButtonSpecNavFixed
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
ButtonSpecNavClose ( KryptonNavigator navigator ) : System

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

메소드 상세

ButtonSpecNavClose() 공개 메소드

Initialize a new instance of the ButtonSpecNavClose class.
public ButtonSpecNavClose ( KryptonNavigator navigator ) : System
navigator KryptonNavigator Reference to owning navigator 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