Click or drag to resize

IRenderRibbonDrawRibbonApplicationButton Method

Draw the application button.

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#
IDisposable DrawRibbonApplicationButton(
	PaletteRibbonShape shape,
	RenderContext context,
	Rectangle rect,
	PaletteState state,
	IPaletteRibbonBack palette,
	IDisposable memento
)

Parameters

shape  PaletteRibbonShape
Ribbon shape.
context  RenderContext
Rendering context.
rect  Rectangle
Target rectangle.
state  PaletteState
State associated with rendering.
palette  IPaletteRibbonBack
Palette used for sourcing settings.
memento  IDisposable
Cached values to use when drawing.

Return Value

IDisposable
See Also