Click or drag to resize

IRenderRibbonDrawRibbonApplicationTab Method

Draw the application tab.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
IDisposable DrawRibbonApplicationTab(
	PaletteRibbonShape shape,
	RenderContext context,
	Rectangle rect,
	PaletteState state,
	Color baseColor1,
	Color baseColor2,
	IDisposable memento
)

Parameters

shape
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonShape
Ribbon shape.
context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Rendering context.
rect
Type: System.DrawingRectangle
Target rectangle.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering.
baseColor1
Type: System.DrawingColor
Base color1 used for drawing the ribbon tab.
baseColor2
Type: System.DrawingColor
Base color2 used for drawing the ribbon tab.
memento
Type: SystemIDisposable
Cached values to use when drawing.

Return Value

Type: IDisposable
See Also