BCGControlBar Pro for MFC
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.

Parameters
bQueryIf TRUE, the Planner Control will update its state (its internal list of appointments) from the storage; otherwise the internal list of appointments remains unchanged.
bRedrawIf TRUE, the Planner Control will immediately adjust appointments and redraw itself, should be FALSE if bQuery is FALSE.