C# Class ComponentFactory.Krypton.Toolkit.PaletteBackColor1

Implement storage for palette background details.
Inheritance: PaletteBack
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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.
return System

PopulateFromBase() public method

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