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

Redirects requests for drop down button images from the DropDownButtonImages instance.
Наследование: PaletteRedirect
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetDropDownButtonImage ( PaletteState state ) : Image

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

PaletteRedirectDropDownButton ( DropDownButtonImages images ) : System

Initialize a new instance of the PaletteRedirectDropDownButton class.

PaletteRedirectDropDownButton ( IPalette target, DropDownButtonImages images ) : System

Initialize a new instance of the PaletteRedirectDropDownButton class.

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

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

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

Initialize a new instance of the PaletteRedirectDropDownButton class.
public PaletteRedirectDropDownButton ( DropDownButtonImages images ) : System
images DropDownButtonImages Reference to source of drop down button images.
Результат System

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

Initialize a new instance of the PaletteRedirectDropDownButton class.
public PaletteRedirectDropDownButton ( IPalette target, DropDownButtonImages images ) : System
target IPalette Initial palette target for redirection.
images DropDownButtonImages Reference to source of drop down button images.
Результат System