void CBCGPPlannerManagerCtrl::SetDrawTimeAsIcons | ( | BOOL | bDraw, |
BCGP_PLANNER_TYPE | view = (BCGP_PLANNER_TYPE)-1 |
||
) |
Sets a flag that tells the Planner Control how to display appointment time, either as text, or as clock icons.
Use this function to tell the Planner Control how to display appointment time, either as text, or as clock icons. See IsDrawTimeAsIcons() for more info.
The property is meaningful only for BCGP_PLANNER_TYPE_WEEK and BCGP_PLANNER_TYPE_MONTH view types.
bDraw | If TRUE, appointment time will be displayed as clock icons. If FALSE, appointment time will be displayed as text. |
view | If TRUE, appointment time will be displayed as clock icons. If FALSE, appointment time will be displayed as text. |