Click or drag to resize

IRenderGlyphDrawDropDownButton Method

Perform drawing of a drop down 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#
void DrawDropDownButton(
	RenderContext context,
	Rectangle displayRect,
	IPalette palette,
	PaletteState state,
	VisualOrientation orientation
)

Parameters

context  RenderContext
Render context.
displayRect  Rectangle
Display area available for drawing.
palette  IPalette
Palette for sourcing display values.
state  PaletteState
State for which image size is needed.
orientation  VisualOrientation
How to orientate the image.
See Also