Method | Description | |
---|---|---|
DrawRibbonApplicationTab ( PaletteRibbonShape shape, |
Draw the application tab.
|
|
DrawRibbonClusterEdge ( PaletteRibbonShape shape, |
Perform drawing of a ribbon cluster edge.
|
|
RenderToolStrip ( IPalette colorPalette ) : System.Windows.Forms.ToolStripRenderer |
Gets a renderer for drawing the toolstrips.
|
Method | Description | |
---|---|---|
DrawRibbonTabContext ( |
Internal rendering method.
|
|
DrawRibbonTabSelected2010 ( |
Internal rendering method.
|
|
DrawRibbonTabTracking2010 ( PaletteRibbonShape shape, |
Internal rendering method.
|
Method | Description | |
---|---|---|
RenderOffice2013 ( ) : System |
public DrawRibbonApplicationTab ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
state | PaletteState | State associated with rendering. |
baseColor1 | Color | Base color1 used for drawing the ribbon tab. |
baseColor2 | Color | Base color2 used for drawing the ribbon tab. |
memento | IDisposable | Cached values to use when drawing. |
return | IDisposable |
public DrawRibbonClusterEdge ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteBack | IPaletteBack | Palette used for recovering drawing details. |
state | PaletteState | State associated with rendering. |
return | void |
protected DrawRibbonTabContext ( |
||
context | ||
rect | ||
paletteGeneral | IPaletteRibbonGeneral | |
paletteBack | IPaletteRibbonBack | |
memento | IDisposable | |
return | IDisposable |
protected DrawRibbonTabSelected2010 ( |
||
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
standard | bool | |
return | IDisposable |
protected DrawRibbonTabTracking2010 ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | |
context | ||
rect | ||
state | PaletteState | |
palette | IPaletteRibbonBack | |
orientation | VisualOrientation | |
memento | IDisposable | |
standard | bool | |
return | IDisposable |
public RenderToolStrip ( IPalette colorPalette ) : System.Windows.Forms.ToolStripRenderer | ||
colorPalette | IPalette | Color palette to use when rendering toolstrip. |
return | System.Windows.Forms.ToolStripRenderer |