C# Class ComponentFactory.Krypton.Toolkit.PaletteContentJustText

Implement storage but remove accesss to the non text properties.
Inheritance: PaletteContent
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PaletteContentJustText ( ) : System

Initialize a new instance of the PaletteContentJustText class.

PaletteContentJustText ( IPaletteContent inherit ) : System

Initialize a new instance of the PaletteContentJustText class.

PaletteContentJustText ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContentJustText class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

Method Details

PaletteContentJustText() public method

Initialize a new instance of the PaletteContentJustText class.
public PaletteContentJustText ( ) : System
return System

PaletteContentJustText() public method

Initialize a new instance of the PaletteContentJustText class.
public PaletteContentJustText ( IPaletteContent inherit ) : System
inherit IPaletteContent Source for inheriting defaulted values.
return System

PaletteContentJustText() public method

Initialize a new instance of the PaletteContentJustText class.
public PaletteContentJustText ( 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