C# Class ComponentFactory.Krypton.Toolkit.PaletteBackColor1

Implement storage for palette background details.
Inheritance: PaletteBack
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PaletteBackColor1 ( IPaletteBack inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteBackColor1 class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

Method Details

PaletteBackColor1() public méthode

Initialize a new instance of the PaletteBackColor1 class.
public PaletteBackColor1 ( IPaletteBack inherit, NeedPaintHandler needPaint ) : System
inherit IPaletteBack Source for inheriting defaulted values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Palette state to use when populating.
Résultat void