Click or drag to resize

IRenderRibbonDrawRibbonTabContextTitle 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
C#
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 values to use when drawing.

Return Value

Type: IDisposable
See Also