C# Class ComponentFactory.Krypton.Toolkit.PaletteGroupBox

Implement storage for GroupBox states.
Inheritance: PaletteDouble
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeContent bool

Méthodes publiques

Méthode Description
PaletteGroupBox ( PaletteGroupBoxRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteGroupBox class.

Private Methods

Méthode Description
ShouldSerializeContent ( ) : bool

Method Details

PaletteGroupBox() public méthode

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.
Résultat System