C# Class ComponentFactory.Krypton.Toolkit.ButtonSpecCalendar

Implementation for internal calendar buttons.
Inheritance: ButtonSpec
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

ButtonSpecCalendar() public méthode

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.
Résultat System

GetChecked() public méthode

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

GetEdge() public méthode

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

GetEnabled() public méthode

Gets the button enabled state.
public GetEnabled ( IPalette palette ) : ButtonEnabled
palette IPalette Palette to use for inheriting values.
Résultat ButtonEnabled

GetVisible() public méthode

Gets the button visible value.
public GetVisible ( IPalette palette ) : bool
palette IPalette Palette to use for inheriting values.
Résultat bool