Méthode | Description | |
---|---|---|
DrawInputControlDropDownGlyph ( |
Draw a drop down grid appropriate for a input control.
|
|
DrawInputControlNumericDownGlyph ( |
Draw a numeric down button image appropriate for a input control.
|
|
DrawInputControlNumericUpGlyph ( |
Draw a numeric up button image appropriate for a input control.
|
|
DrawRibbonApplicationButton ( PaletteRibbonShape shape, |
Draw the application button.
|
|
DrawRibbonBack ( PaletteRibbonShape shape, |
Draw the background of a ribbon element.
|
|
DrawRibbonDropArrow ( PaletteRibbonShape shape, |
Perform drawing of a ribbon drop arrow glyph.
|
|
DrawRibbonTabContextTitle ( PaletteRibbonShape shape, |
Draw a context ribbon tab title.
|
|
RenderToolStrip ( IPalette colorPalette ) : System.Windows.Forms.ToolStripRenderer |
Gets a renderer for drawing the toolstrips.
|
Méthode | Description | |
---|---|---|
DrawRibbonTabContext ( |
Internal rendering method.
|
Méthode | Description | |
---|---|---|
RenderSparkle ( ) : System |
public DrawInputControlDropDownGlyph ( |
||
context | Render context. | |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Content palette for getting colors. |
state | PaletteState | State associated with rendering. |
Résultat | void |
public DrawInputControlNumericDownGlyph ( |
||
context | Render context. | |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Content palette for getting colors. |
state | PaletteState | State associated with rendering. |
Résultat | void |
public DrawInputControlNumericUpGlyph ( |
||
context | Render context. | |
cellRect | Available drawing rectangle space. | |
paletteContent | IPaletteContent | Content palette for getting colors. |
state | PaletteState | State associated with rendering. |
Résultat | void |
public DrawRibbonApplicationButton ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
state | PaletteState | State associated with rendering. |
palette | IPaletteRibbonBack | Palette used for sourcing settings. |
memento | IDisposable | Cached storage for drawing objects. |
Résultat | IDisposable |
public DrawRibbonBack ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
state | PaletteState | State associated with rendering. |
palette | IPaletteRibbonBack | Palette used for sourcing settings. |
orientation | VisualOrientation | Orientation for drawing. |
composition | bool | Drawing onto a composition element. |
memento | IDisposable | Cached values to use when drawing. |
Résultat | IDisposable |
public DrawRibbonDropArrow ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteGeneral | IPaletteRibbonGeneral | General ribbon palette details. |
state | PaletteState | State associated with rendering. |
Résultat | void |
protected DrawRibbonTabContext ( |
||
context | ||
rect | ||
paletteGeneral | IPaletteRibbonGeneral | |
paletteBack | IPaletteRibbonBack | |
memento | IDisposable | |
Résultat | IDisposable |
public DrawRibbonTabContextTitle ( PaletteRibbonShape shape, |
||
shape | PaletteRibbonShape | Ribbon shape. |
context | Rendering context. | |
rect | Target rectangle. | |
paletteGeneral | IPaletteRibbonGeneral | Palette used for general ribbon settings. |
paletteBack | IPaletteRibbonBack | Palette used for background ribbon settings. |
memento | IDisposable | Cached storage for drawing objects. |
Résultat | IDisposable |
public RenderToolStrip ( IPalette colorPalette ) : System.Windows.Forms.ToolStripRenderer | ||
colorPalette | IPalette | Color palette to use when rendering toolstrip. |
Résultat | System.Windows.Forms.ToolStripRenderer |