Click or drag to resize

ViewDrawMonthUpDown Constructor

Initialize a new instance of the ViewDrawMonthUpDown class.

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 ViewDrawMonthUpDown(
	IPaletteTriple paletteState,
	IPaletteMetric paletteMetric,
	IContentValues buttonValues,
	ViewDrawMonthUpDownDrawMonthCalendarGlyph glyph,
	NeedPaintHandler needPaintHandler
)

Parameters

paletteState  IPaletteTriple
Palette source for states.
paletteMetric  IPaletteMetric
Palette source for metric values.
buttonValues  IContentValues
Source for content values.
glyph  ViewDrawMonthUpDownDrawMonthCalendarGlyph
Glyph to be drawn.
needPaintHandler  NeedPaintHandler
Delegate for requests repainting.
See Also