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.CalendarTitleBackColor

The current value of the CalendarTitleBackColor property.

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

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace