C# Class ComponentFactory.Krypton.Toolkit.PaletteElementColorRedirect

Storage for element color values.
Inheritance: PaletteElementColor
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
PaletteElementColorRedirect ( PaletteRedirect redirect, PaletteElement element, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteElementColorRedirect class.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Method Details

PaletteElementColorRedirect() public méthode

Initialize a new instance of the PaletteElementColorRedirect class.
public PaletteElementColorRedirect ( PaletteRedirect redirect, PaletteElement element, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Source for inheriting values.
element PaletteElement Element value.
needPaint NeedPaintHandler Delegate for notifying changes in value.
Résultat System

SetRedirector() public méthode

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect PaletteRedirect Target redirector.
Résultat void