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

Removes all monthly bolded days. Be sure to call updateBoldedDates() afterwards.

[Visual Basic]
Public Sub RemoveAllMonthlyBoldedDates()
[C#]
public void RemoveAllMonthlyBoldedDates();
[C++]
public: void RemoveAllMonthlyBoldedDates();
[JScript]
public function RemoveAllMonthlyBoldedDates();

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace