C# Class ComponentFactory.Krypton.Toolkit.PaletteOffice2013White

Provides the White color scheme variant of the Office 2013 palette.
Inheritance: PaletteOffice2013Base
Datei anzeigen Open project: Cocotteseb/Krypton

Public Methods

Method 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

Method Description
PaletteOffice2013White ( ) : System

Method Details

GetButtonSpecImage() public method

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.
return Image

GetContextMenuSubMenuImage() public method

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

GetDropDownButtonImage() public method

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