Property | Type | Description |
---|
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.
|
public PaletteContentJustText ( IPaletteContent inherit ) : System | ||
inherit | IPaletteContent | Source for inheriting defaulted values. |
return | System |
public PaletteContentJustText ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System | ||
inherit | IPaletteContent | Source for inheriting defaulted values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
return | void |