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!

MonthCalendar.TrailingForeColor

The color used to display the previous and following months that appear on the current month calendar.

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

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace