Click or drag to resize

ViewDrawToday Constructor

Initialize a new instance of the ViewDrawToday 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 ViewDrawToday(
	IKryptonMonthCalendar calendar,
	IPaletteTriple paletteDisabled,
	IPaletteTriple paletteNormal,
	IPaletteTriple paletteTracking,
	IPaletteTriple palettePressed,
	NeedPaintHandler needPaintHandler
)

Parameters

calendar
Type: Internal.ComponentFactory.Krypton.ToolkitIKryptonMonthCalendar
Provider of month calendar values.
paletteDisabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the disabled state.
paletteNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the normal state.
paletteTracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the tracking state.
palettePressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the pressed state.
needPaintHandler
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for requested repainting.
See Also