C# Class ComponentFactory.Krypton.Toolkit.PaletteGroupBox

Implement storage for GroupBox states.
Inheritance: PaletteDouble
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeContent bool

Public Methods

Method Description
PaletteGroupBox ( PaletteGroupBoxRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteGroupBox class.

Private Methods

Method Description
ShouldSerializeContent ( ) : bool

Method Details

PaletteGroupBox() public method

Initialize a new instance of the PaletteGroupBox class.
public PaletteGroupBox ( PaletteGroupBoxRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteGroupBoxRedirect Source for inheriting palette defaulted values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System