IRenderGlyphDrawInputControlNumericUpGlyph Method |
Draw a numeric up button image appropriate for a input control.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid DrawInputControlNumericUpGlyph(
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.
See Also