NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker.CalendarMonthBackground

The current value of the CalendarMonthBackground property.

[Visual Basic]
Public Property CalendarMonthBackground As Color
[C#]
public Color CalendarMonthBackground {get; set;}
[C++]
public: __property Color get_CalendarMonthBackground();
public: __property void set_CalendarMonthBackground(Color);
[JScript]
public function get CalendarMonthBackground() : Color;
public function set CalendarMonthBackground(Color);

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace