메소드 | 설명 | |
---|---|---|
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.
|
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 |
public GetChecked ( IPalette palette ) : ButtonCheckState | ||
palette | IPalette | Palette to use for inheriting values. |
리턴 | ButtonCheckState |
public GetEdge ( IPalette palette ) : RelativeEdgeAlign | ||
palette | IPalette | Palette to use for inheriting values. |
리턴 | RelativeEdgeAlign |
public GetEnabled ( IPalette palette ) : ButtonEnabled | ||
palette | IPalette | Palette to use for inheriting values. |
리턴 | ButtonEnabled |
public GetVisible ( IPalette palette ) : bool | ||
palette | IPalette | Palette to use for inheriting values. |
리턴 | bool |