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

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

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

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

Gets a check box image appropriate for the provided state.

PaletteRedirectCheckBox ( CheckBoxImages images ) : System

Initialize a new instance of the PaletteRedirectCheckBox class.

PaletteRedirectCheckBox ( IPalette target, CheckBoxImages images ) : System

Initialize a new instance of the PaletteRedirectCheckBox class.

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

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

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

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

Initialize a new instance of the PaletteRedirectCheckBox class.
public PaletteRedirectCheckBox ( CheckBoxImages images ) : System
images CheckBoxImages Reference to source of check box images.
Результат System

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

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