C# Class ComponentFactory.Krypton.Toolkit.PaletteContentJustImage

Implement storage but remove accesss to the non image properties.
Inheritance: PaletteContent
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PaletteContentJustImage ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContentJustImage class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

Method Details

PaletteContentJustImage() public method

Initialize a new instance of the PaletteContentJustImage class.
public PaletteContentJustImage ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System
inherit IPaletteContent 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