C# Class ComponentFactory.Krypton.Toolkit.PaletteListItemTriple

Implement storage for a a list item triple.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeItem bool

Public Methods

Method Description
PaletteListItemTriple ( PaletteTripleRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteListItemTriple 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

PaletteListItemTriple() public method

Initialize a new instance of the PaletteListItemTriple class.
public PaletteListItemTriple ( 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