Click or drag to resize

RenderBaseDrawRibbonApplicationTab Method

Draw the application tab.

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 DrawRibbonApplicationTab(
	PaletteRibbonShape shape,
	RenderContext context,
	Rectangle rect,
	PaletteState state,
	Color baseColor1,
	Color baseColor2,
	IDisposable memento
)

Parameters

shape  PaletteRibbonShape
Ribbon shape.
context  RenderContext
Rendering context.
rect  Rectangle
Target rectangle.
state  PaletteState
State associated with rendering.
baseColor1  Color
Base color1 used for drawing the ribbon tab.
baseColor2  Color
Base color2 used for drawing the ribbon tab.
memento  IDisposable
Cached values to use when drawing.

Return Value

IDisposable

Implements

IRenderRibbonDrawRibbonApplicationTab(PaletteRibbonShape, RenderContext, Rectangle, PaletteState, Color, Color, IDisposable)
See Also