C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteForm

Storage for palette form states.
Inheritance: KryptonPaletteDouble3
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeStateActive bool
ShouldSerializeStateCommon bool
ShouldSerializeStateInactive bool

Public Methods

Method Description
KryptonPaletteForm ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteForm class.

Private Methods

Method Description
ShouldSerializeStateActive ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateInactive ( ) : bool

Method Details

KryptonPaletteForm() public method

Initialize a new instance of the KryptonPaletteForm class.
public KryptonPaletteForm ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
backStyle PaletteBackStyle Background style.
borderStyle PaletteBorderStyle Border style.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System