C# Class ComponentFactory.Krypton.Toolkit.PaletteTreeState

Implement storage for background, border and node triple.
Inheritance: PaletteDouble
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeItem bool

Public Methods

Method Description
PaletteTreeState ( PaletteTreeStateRedirect inherit, PaletteBack back, PaletteBorder border, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteTreeState class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

Private Methods

Method Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteTreeState() public method

Initialize a new instance of the PaletteTreeState class.
public PaletteTreeState ( PaletteTreeStateRedirect inherit, PaletteBack back, PaletteBorder border, NeedPaintHandler needPaint ) : System
inherit PaletteTreeStateRedirect Source for inheriting values.
back PaletteBack Reference to back storage.
border PaletteBorder Reference to border storage.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Which state to populate from.
return void