C# Class ComponentFactory.Krypton.Toolkit.PaletteElementColorRedirect

Storage for element color values.
Inheritance: PaletteElementColor
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method 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 method

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

SetRedirector() public method

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