RenderStandardDrawRibbonTabContextTitle Method |
Draw a context ribbon tab title.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override IDisposable DrawRibbonTabContextTitle(
PaletteRibbonShape shape,
RenderContext context,
Rectangle rect,
IPaletteRibbonGeneral paletteGeneral,
IPaletteRibbonBack paletteBack,
IDisposable memento
)
Parameters
- shape
- Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonShape
Ribbon shape. - context
- Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Rendering context. - rect
- Type: System.DrawingRectangle
Target rectangle. - paletteGeneral
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonGeneral
Palette used for general ribbon settings. - paletteBack
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Palette used for background ribbon settings. - memento
- Type: SystemIDisposable
Cached storage for drawing objects.
Return Value
Type:
IDisposableImplements
IRenderRibbonDrawRibbonTabContextTitle(PaletteRibbonShape, RenderContext, Rectangle, IPaletteRibbonGeneral, IPaletteRibbonBack, IDisposable)See Also