ViewDrawMonthUpDown Constructor |
Initialize a new instance of the ViewDrawMonthUpDown class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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