Click or drag to resize

RenderStandardDrawRibbonGroupSeparator Method

Perform drawing of a ribbon group separator.

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 override void DrawRibbonGroupSeparator(
	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

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