Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 ( ) : System | ||
Результат | System |
public PaletteContentJustText ( IPaletteContent inherit ) : System | ||
inherit | IPaletteContent | Source for inheriting defaulted values. |
Результат | System |
public PaletteContentJustText ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System | ||
inherit | IPaletteContent | Source for inheriting defaulted values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Результат | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
Результат | void |