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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void DrawDropDownButton(
	RenderContext context,
	Rectangle displayRect,
	IPalette palette,
	PaletteState state,
	VisualOrientation orientation
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context.
displayRect
Type: System.DrawingRectangle
Display area available for drawing.
palette
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Palette for sourcing display values.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State for which image size is needed.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
How to orientate the image.
See Also