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

Implementation for internal calendar buttons.
상속: ButtonSpec
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
ButtonSpecCalendar ( ViewDrawMonth month, PaletteButtonSpecStyle fixedStyle, RelativeEdgeAlign edge ) : System

Initialize a new instance of the ButtonSpecCalendar class.

GetChecked ( IPalette palette ) : ButtonCheckState

Gets the button checked state.

GetEdge ( IPalette palette ) : RelativeEdgeAlign

Gets the button edge to position against.

GetEnabled ( IPalette palette ) : ButtonEnabled

Gets the button enabled state.

GetVisible ( IPalette palette ) : bool

Gets the button visible value.

메소드 상세

ButtonSpecCalendar() 공개 메소드

Initialize a new instance of the ButtonSpecCalendar class.
public ButtonSpecCalendar ( ViewDrawMonth month, PaletteButtonSpecStyle fixedStyle, RelativeEdgeAlign edge ) : System
month ViewDrawMonth Reference to owning view.
fixedStyle PaletteButtonSpecStyle Fixed style to use.
edge RelativeEdgeAlign Alignment edge.
리턴 System

GetChecked() 공개 메소드

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

GetEdge() 공개 메소드

Gets the button edge to position against.
public GetEdge ( IPalette palette ) : RelativeEdgeAlign
palette IPalette Palette to use for inheriting values.
리턴 RelativeEdgeAlign

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