Click or drag to resize

IRenderGlyphDrawInputControlNumericDownGlyph 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void DrawInputControlNumericDownGlyph(
	RenderContext context,
	Rectangle cellRect,
	IPaletteContent paletteContent,
	PaletteState state
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context.
cellRect
Type: System.DrawingRectangle
Available drawing rectangle space.
paletteContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Content palette for getting colors.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering.
See Also