C# Класс ComponentFactory.Krypton.Toolkit.PaletteOffice2010Blue

Provides the Blue color scheme variant of the Office 2010 palette.
Наследование: PaletteOffice2010Base
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
PaletteOffice2010Blue ( ) : System

Описание методов

GetButtonSpecImage() публичный Метод

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.
Результат Image

GetContextMenuSubMenuImage() публичный Метод

Gets an image indicating a sub-menu on a context menu item.
public GetContextMenuSubMenuImage ( ) : Image
Результат Image

GetDropDownButtonImage() публичный Метод

Gets a drop down button image appropriate for the provided state.
public GetDropDownButtonImage ( PaletteState state ) : Image
state PaletteState PaletteState for which image is required.
Результат Image