Click or drag to resize

RenderStandardDrawRibbonLinearBorder Method

Internal rendering method.

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#
protected virtual IDisposable DrawRibbonLinearBorder(
	RenderContext context,
	Rectangle rect,
	PaletteState state,
	IPaletteRibbonBack palette,
	IDisposable memento
)

Parameters

context  RenderContext
 
rect  Rectangle
 
state  PaletteState
 
palette  IPaletteRibbonBack
 
memento  IDisposable
 

Return Value

IDisposable
See Also