Method | Description | |
---|---|---|
GetRibbonBackColor1 ( PaletteState state ) : Color |
Gets the first background color for the ribbon item.
|
|
GetRibbonBackColor2 ( PaletteState state ) : Color |
Gets the second background color for the ribbon item.
|
|
GetRibbonBackColor3 ( PaletteState state ) : Color |
Gets the third background color for the ribbon item.
|
|
GetRibbonBackColor4 ( PaletteState state ) : Color |
Gets the fourth background color for the ribbon item.
|
|
GetRibbonBackColor5 ( PaletteState state ) : Color |
Gets the fifth background color for the ribbon item.
|
|
GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle |
Gets the method used to draw the background of a ribbon item.
|
|
GetRibbonTextColor ( PaletteState state ) : Color |
Gets the tab color for the item text.
|
|
PaletteRibbonDoubleInheritRedirect ( |
Initialize a new instance of the PaletteRibbonDoubleInheritRedirect class.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
public GetRibbonBackColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetRibbonBackColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetRibbonBackColor3 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetRibbonBackColor4 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetRibbonBackColor5 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRibbonColorStyle |
public GetRibbonTextColor ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public PaletteRibbonDoubleInheritRedirect ( |
||
redirect | Source for inherit requests. | |
styleBack | PaletteRibbonBackStyle | Ribbon item background style. |
styleText | PaletteRibbonTextStyle | Ribbon item text style. |
return | System |
public SetRedirector ( |
||
redirect | Target redirector. | |
return | void |