Click or drag to resize

IRenderGlyphDrawRibbonDialogBoxLauncher Method

Perform drawing of a ribbon dialog box launcher glyph.

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#
void DrawRibbonDialogBoxLauncher(
	PaletteRibbonShape shape,
	RenderContext context,
	Rectangle displayRect,
	IPaletteRibbonGeneral paletteGeneral,
	PaletteState state
)

Parameters

shape
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonShape
Ribbon shape.
context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context.
displayRect
Type: System.DrawingRectangle
Display area available for drawing.
paletteGeneral
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonGeneral
General ribbon palette details.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering.
See Also