ViewDrawToday Constructor |
Initialize a new instance of the ViewDrawToday class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewDrawToday(
IKryptonMonthCalendar calendar,
IPaletteTriple paletteDisabled,
IPaletteTriple paletteNormal,
IPaletteTriple paletteTracking,
IPaletteTriple palettePressed,
NeedPaintHandler needPaintHandler
)
Parameters
- calendar IKryptonMonthCalendar
- Provider of month calendar values.
- paletteDisabled IPaletteTriple
- Palette source for the disabled state.
- paletteNormal IPaletteTriple
- Palette source for the normal state.
- paletteTracking IPaletteTriple
- Palette source for the tracking state.
- palettePressed IPaletteTriple
- Palette source for the pressed state.
- needPaintHandler NeedPaintHandler
- Delegate for requested repainting.
See Also