C# Class ComponentFactory.Krypton.Toolkit.CheckButtonValues

Storage for button content value information.
Inheritance: ButtonValues
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
CheckButtonValues ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the CheckButtonValues class.

GetImage ( PaletteState state ) : Image

Gets the content image.

Protected Methods

Method Description
CreateImageStates ( ) : ButtonImageStates

Create the storage for the image states.

Method Details

CheckButtonValues() public method

Initialize a new instance of the CheckButtonValues class.
public CheckButtonValues ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

CreateImageStates() protected method

Create the storage for the image states.
protected CreateImageStates ( ) : ButtonImageStates
return ButtonImageStates

GetImage() public method

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
return Image