DateTimePicker.MCBackgroundColor Property (Typed) | |
A Color object describing the background color (between the months) of the MonthCalendar pop-up window, if the DateTimePicker is in date mode.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MCBackgroundColor AS Color GET SET
public virtual Color MCBackgroundColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorA Color object describing the background color (between the months) of the MonthCalendar pop-up window, if the DateTimePicker is in date mode.
See Also