C# Class ComponentFactory.Krypton.Toolkit.PaletteTreeState

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

Private Properties

Свойство Type Description
ShouldSerializeItem bool

Méthodes publiques

Méthode 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

Méthode Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteTreeState() public méthode

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.
Résultat System

PopulateFromBase() public méthode

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