C# Class ComponentFactory.Krypton.Toolkit.PaletteTreeNodeTriple

Implement storage for storage for a tree node triple.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
PaletteTreeNodeTriple ( PaletteTripleRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteTreeNodeTriple class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( PaletteTripleRedirect inherit ) : void

Sets the inheritence parent.

Private Methods

Méthode Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteTreeNodeTriple() public méthode

Initialize a new instance of the PaletteTreeNodeTriple class.
public PaletteTreeNodeTriple ( PaletteTripleRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteTripleRedirect Source for inheriting values.
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 The palette state to populate with.
Résultat void

SetInherit() public méthode

Sets the inheritence parent.
public SetInherit ( PaletteTripleRedirect inherit ) : void
inherit PaletteTripleRedirect
Résultat void