Method | Description | |
---|---|---|
DrawSeparator ( |
Perform drawing of a separator glyph.
|
Method | Description | |
---|---|---|
DrawGrabHandleGlyph ( |
Internal rendering method.
|
|
DrawRibbonTabContext ( |
Internal rendering method.
|
protected DrawGrabHandleGlyph ( |
||
context | ||
displayRect | ||
orientation | Orientation | |
state | PaletteState | |
return | void |
protected DrawRibbonTabContext ( |
||
context | ||
rect | ||
paletteGeneral | IPaletteRibbonGeneral | |
paletteBack | IPaletteRibbonBack | |
memento | IDisposable | |
return | IDisposable |
public DrawSeparator ( |
||
context | Render context. | |
displayRect | Display area available for drawing. | |
paletteBack | IPaletteBack | Background palette details. |
paletteBorder | IPaletteBorder | Border palette details. |
orientation | Orientation | Visual orientation of the content. |
state | PaletteState | State associated with rendering. |
canMove | bool | Can the separator be moved. |
return | void |