void CBCGPCalendarBar::MarkDays | ( | const CList< int, int > & | lstDays, |
BOOL | bRedraw = TRUE |
||
) |
Marks a list of days.
Call this function to mark a list of days. Marked days are drawn with a bold font. You can pass the empty list of days to remove all marks.
lstDays | Contains the list of days to be marked. You should use numbers in range 1 - 31. |
bRedraw | If TRUE, the control will be redrawn. |