C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteDouble3

Base storage class for palette double (background/border) that expose three states.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method Description
KryptonPaletteDouble3 ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of KryptonPaletteDouble3 KryptonPaletteControl class.

PopulateFromBase ( ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

Method Details

KryptonPaletteDouble3() public method

Initialize a new instance of KryptonPaletteDouble3 KryptonPaletteControl class.
public KryptonPaletteDouble3 ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
backStyle PaletteBackStyle Background style.
borderStyle PaletteBorderStyle Border style.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void

SetRedirector() public method

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