C# Class ComponentFactory.Krypton.Toolkit.PaletteOffice2010Silver

Provides the Silver color scheme variant of the Office 2010 palette.
Inheritance: PaletteOffice2010Base
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image

Gets the image to display for the button.

GetContextMenuSubMenuImage ( ) : Image

Gets an image indicating a sub-menu on a context menu item.

GetDropDownButtonImage ( PaletteState state ) : Image

Gets a drop down button image appropriate for the provided state.

Private Methods

Méthode Description
PaletteOffice2010Silver ( ) : System

Method Details

GetButtonSpecImage() public méthode

Gets the image to display for the button.
public GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image
style PaletteButtonSpecStyle Style of button spec.
state PaletteState State for which image is required.
Résultat Image

GetContextMenuSubMenuImage() public méthode

Gets an image indicating a sub-menu on a context menu item.
public GetContextMenuSubMenuImage ( ) : Image
Résultat Image

GetDropDownButtonImage() public méthode

Gets a drop down button image appropriate for the provided state.
public GetDropDownButtonImage ( PaletteState state ) : Image
state PaletteState PaletteState for which image is required.
Résultat Image