Property | Type | Description | |
---|---|---|---|
ShouldSerializeContent | bool | ||
ShouldSerializeTabDraw | bool |
Method | Description | |
---|---|---|
PaletteRibbonTabContent ( IPaletteRibbonBack paletteBack, IPaletteRibbonText paletteText, IPaletteContent paletteContent, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteRibbonTabContent class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetInherit ( IPaletteRibbonBack paletteBack, IPaletteRibbonText paletteText, IPaletteContent paletteContent ) : void |
Sets the inheritence parent.
|
Method | Description | |
---|---|---|
ShouldSerializeContent ( ) : bool | ||
ShouldSerializeTabDraw ( ) : bool |
public PaletteRibbonTabContent ( IPaletteRibbonBack paletteBack, IPaletteRibbonText paletteText, IPaletteContent paletteContent, NeedPaintHandler needPaint ) : System | ||
paletteBack | IPaletteRibbonBack | Source for inheriting palette ribbon background. |
paletteText | IPaletteRibbonText | Source for inheriting palette ribbon text. |
paletteContent | IPaletteContent | Source for inheriting palette content. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | The palette state to populate with. |
return | void |
public SetInherit ( IPaletteRibbonBack paletteBack, IPaletteRibbonText paletteText, IPaletteContent paletteContent ) : void | ||
paletteBack | IPaletteRibbonBack | |
paletteText | IPaletteRibbonText | |
paletteContent | IPaletteContent | |
return | void |