Property | Type | Description |
---|
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 background drawing style for the ribbon item.
|
|
PaletteRibbonBackRedirect ( PaletteRedirect redirect, PaletteRibbonBackStyle backStyle, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteRibbonBackRedirect class.
|
|
ResetBackColor1 ( ) : void |
Reset the BackColor1 to the default value.
|
|
ResetBackColor2 ( ) : void |
Reset the BackColor2 to the default value.
|
|
ResetBackColor3 ( ) : void |
Reset the BackColor3 to the default value.
|
|
ResetBackColor4 ( ) : void |
Reset the BackColor4 to the default value.
|
|
ResetBackColor5 ( ) : void |
Reset the BackColor5 to the default value.
|
|
SetRedirector ( PaletteRedirect redirect ) : void |
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 PaletteRibbonBackRedirect ( PaletteRedirect redirect, PaletteRibbonBackStyle backStyle, NeedPaintHandler needPaint ) : System | ||
redirect | PaletteRedirect | Inheritence redirection instance. |
backStyle | PaletteRibbonBackStyle | Inheritence ribbon back style. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public SetRedirector ( PaletteRedirect redirect ) : void | ||
redirect | PaletteRedirect | Target redirector. |
return | void |