'Declaration
<SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("DateTimePickerCalendarMonthBackgroundDescr")> Public Property CalendarMonthBackground As System.Drawing.Color
'Usage
Dim instance As NDateTimePicker Dim value As System.Drawing.Color instance.CalendarMonthBackground = value value = instance.CalendarMonthBackground
[SRCategory("CatAppearance")] [SRDescription("DateTimePickerCalendarMonthBackgroundDescr")] public System.Drawing.Color CalendarMonthBackground {get; set;}