MonthCalendar::RemoveAllBoldedDates Method ()
.NET Framework (current version)
Removes all the nonrecurring bold dates.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This method clears the BoldedDates array. To remove a single date from the bold dates, use the RemoveBoldedDate method.
You must call the UpdateBoldedDates method to ensure that the display is updated to reflect the removal.
The following code example demonstrates how to use the RemoveAllBoldedDates method.
.NET Framework
Available since 1.1
Available since 1.1
Show: