C# Class ComponentFactory.Krypton.Toolkit.PaletteTreeNodeTriple

Implement storage for storage for a tree node triple.
Inheritance: Storage
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeItem bool

Public Methods

Method 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

Method Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteTreeNodeTriple() public method

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

PopulateFromBase() public method

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

SetInherit() public method

Sets the inheritence parent.
public SetInherit ( PaletteTripleRedirect inherit ) : void
inherit PaletteTripleRedirect
return void