void CBCGPCalendar::MarkDates | ( | const CArray< DATE, DATE & > & | arDates, |
BOOL | bRedraw = TRUE |
||
) |
Sets marked dates.
Use this function to mark a list of dates in the calendar control. Marked dates are displayed using the bold font.
arDates | Contains the array of dates to mark. |
bRedraw | If TRUE, the calendar control will be redrawn to reflect the new state. |