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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ViewDrawMonthUpDown(
	IPaletteTriple paletteState,
	IPaletteMetric paletteMetric,
	IContentValues buttonValues,
	ViewDrawMonthUpDownDrawMonthCalendarGlyph glyph,
	NeedPaintHandler needPaintHandler
)

Parameters

paletteState
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for states.
paletteMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Palette source for metric values.
buttonValues
Type: Internal.ComponentFactory.Krypton.ToolkitIContentValues
Source for content values.
glyph
Type: Internal.ComponentFactory.Krypton.ToolkitViewDrawMonthUpDownDrawMonthCalendarGlyph
Glyph to be drawn.
needPaintHandler
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for requests repainting.
See Also