C# Class ComponentFactory.Krypton.Toolkit.PaletteRedirectRadioButton

Redirects requests for radio button images from the RadioButtonImages instance.
Inheritance: PaletteRedirect
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetRadioButtonImage() public method

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

PaletteRedirectRadioButton() public method

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

PaletteRedirectRadioButton() public method

Initialize a new instance of the PaletteRedirectRadioButton class.
public PaletteRedirectRadioButton ( RadioButtonImages images ) : System
images RadioButtonImages Reference to source of radio button images.
return System