DateTimePicker.MCMonthBackgroundColor Property | |
A Color object describing the background color (within the month area) of the MonthCalendar pop-up window, if the DateTimePicker is in date mode.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MCMonthBackgroundColor AS USUAL GET SET
public virtual Usual MCMonthBackgroundColor { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA Color object describing the background color (within the month area) of the MonthCalendar pop-up window, if the DateTimePicker is in date mode.
See Also