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

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

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

Метод Описание
GetRadioButtonImage ( bool enabled, bool checkState, bool tracking, bool pressed ) : Image

Gets a radio button image appropriate for the provided state.

PaletteRedirectRadioButton ( IPalette target, RadioButtonImages images ) : System

Initialize a new instance of the PaletteRedirectRadioButton class.

PaletteRedirectRadioButton ( RadioButtonImages images ) : System

Initialize a new instance of the PaletteRedirectRadioButton class.

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

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

Gets a radio button image appropriate for the provided state.
public GetRadioButtonImage ( bool enabled, bool checkState, bool tracking, bool pressed ) : Image
enabled bool Is the radio button enabled.
checkState bool Is the radio button checked/unchecked/indeterminate.
tracking bool Is the radio button being hot tracked.
pressed bool Is the radio button being pressed.
Результат Image

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

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

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

Initialize a new instance of the PaletteRedirectRadioButton class.
public PaletteRedirectRadioButton ( RadioButtonImages images ) : System
images RadioButtonImages Reference to source of radio button images.
Результат System