| void CBCGPCalendar::SetDateColor | ( | COleDateTime | date, |
| COLORREF | color, | ||
| BOOL | bRedraw = TRUE |
||
| ) |
Sets the color of specified date.
Use this method to assign a special color to the specified date. For example, you may want to mark public holidays by a different, than the default, color.
| date | Specifies the date whose color is changed. |
| color | Specifies the new color. |
| bRedraw | If TRUE, the control will be redrawn to reflect the new state. |