Click or drag to resize

RenderBaseDrawRibbonApplicationButton 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#
public abstract 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 storage for drawing objects.

Return Value

IDisposable

Implements

IRenderRibbonDrawRibbonApplicationButton(PaletteRibbonShape, RenderContext, Rectangle, PaletteState, IPaletteRibbonBack, IDisposable)
See Also