Click or drag to resize

RenderBaseDrawRibbonOverflow Method

Perform drawing of a ribbon overflow image.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract void DrawRibbonOverflow(
	PaletteRibbonShape shape,
	RenderContext context,
	Rectangle displayRect,
	IPaletteRibbonGeneral paletteGeneral,
	PaletteState state
)

Parameters

shape  PaletteRibbonShape
Ribbon shape.
context  RenderContext
Render context.
displayRect  Rectangle
Display area available for drawing.
paletteGeneral  IPaletteRibbonGeneral
General ribbon palette details.
state  PaletteState
State associated with rendering.

Implements

IRenderGlyphDrawRibbonOverflow(PaletteRibbonShape, RenderContext, Rectangle, IPaletteRibbonGeneral, PaletteState)
See Also