Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetRibbonTextColor ( PaletteState state ) : Color |
Gets the tab color for the item text.
|
|
PaletteRibbonText ( IPaletteRibbonText inheritText, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteRibbonText class.
|
|
PaletteRibbonText ( NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteRibbonText class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
ResetTextColor ( ) : void |
Reset the TextColor to the default value.
|
|
SetInherit ( IPaletteRibbonText inheritText ) : void |
Sets the inheritence parent.
|
public GetRibbonTextColor ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public PaletteRibbonText ( IPaletteRibbonText inheritText, NeedPaintHandler needPaint ) : System | ||
inheritText | IPaletteRibbonText | Source for inheriting text values. |
needPaint | NeedPaintHandler | Delegate for notifying changes in value. |
return | System |
public PaletteRibbonText ( NeedPaintHandler needPaint ) : System | ||
needPaint | NeedPaintHandler | Delegate for notifying changes in value. |
return | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
return | void |
public SetInherit ( IPaletteRibbonText inheritText ) : void | ||
inheritText | IPaletteRibbonText | |
return | void |