C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteHeaderGroup

Storage for palette header group states.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton

Private Properties

Property Type Description
ShouldSerializeStateCommon bool

Public Methods

Method Description
KryptonPaletteHeaderGroup ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteHeaderGroup class.

PopulateFromBase ( ) : void

Populate values from the base palette.

Private Methods

Method Description
ShouldSerializeStateCommon ( ) : bool

Method Details

KryptonPaletteHeaderGroup() public method

Initialize a new instance of the KryptonPaletteHeaderGroup class.
public KryptonPaletteHeaderGroup ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void