void CBCGPPlannerManagerCtrl::RemoveSelectedAppointments | ( | BOOL | bQuery = TRUE , |
BOOL | bRedraw = TRUE |
||
) |
Removes all selected appointments from the storage.
Call this method to remove all selected appointments from the storage.
See AddAppointment() for how to set bQuery and bRedraw parameters.
bQuery | If TRUE, the Planner Control will update its state (its internal list of appointments) from the storage; otherwise the internal list of appointments remains unchanged. |
bRedraw | If TRUE, the Planner Control will immediately adjust appointments and redraw itself, should be FALSE if bQuery is FALSE. |