C# Class ComponentFactory.Krypton.Toolkit.PaletteListState

Implement storage for border,background and contained triple.
Inheritance: PaletteDouble
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeItem bool

Public Methods

Method Description
PaletteListState ( PaletteListStateRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteListState class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

Private Methods

Method Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteListState() public method

Initialize a new instance of the PaletteListState class.
public PaletteListState ( PaletteListStateRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteListStateRedirect 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 Which state to populate from.
return void