C# Class ComponentFactory.Krypton.Toolkit.PaletteContentJustShortText

Implement storage but remove accesss to the non short text properties.
Inheritance: PaletteContentJustText
Exibir arquivo Open project: Cocotteseb/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PaletteContentJustShortText ( ) : System

Initialize a new instance of the PaletteContentJustShortText class.

PaletteContentJustShortText ( IPaletteContent inherit ) : System

Initialize a new instance of the PaletteContentJustShortText class.

PaletteContentJustShortText ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContentJustShortText class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

Method Details

PaletteContentJustShortText() public method

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

PaletteContentJustShortText() public method

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

PaletteContentJustShortText() public method

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