C# Class ComponentFactory.Krypton.Toolkit.CheckButtonValues

Storage for button content value information.
Inheritance: ButtonValues
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
CheckButtonValues ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the CheckButtonValues class.

GetImage ( PaletteState state ) : Image

Gets the content image.

Méthodes protégées

Méthode Description
CreateImageStates ( ) : ButtonImageStates

Create the storage for the image states.

Method Details

CheckButtonValues() public méthode

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

CreateImageStates() protected méthode

Create the storage for the image states.
protected CreateImageStates ( ) : ButtonImageStates
Résultat ButtonImageStates

GetImage() public méthode

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