Click or drag to resize

RenderStandardDrawInputControlNumericDownGlyph Method

Draw a numeric down button image appropriate for a input control.

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 override void DrawInputControlNumericDownGlyph(
	RenderContext context,
	Rectangle cellRect,
	IPaletteContent paletteContent,
	PaletteState state
)

Parameters

context  RenderContext
Render context.
cellRect  Rectangle
Available drawing rectangle space.
paletteContent  IPaletteContent
Content palette for getting colors.
state  PaletteState
State associated with rendering.

Implements

IRenderGlyphDrawInputControlNumericDownGlyph(RenderContext, Rectangle, IPaletteContent, PaletteState)
See Also