BCGControlBar Pro for MFC
virtual BOOL CBCGPPlannerViewMulti::SetCurrentResourceID ( UINT  nResourceID,
BOOL  bRedraw = TRUE,
BOOL  bNotify = FALSE 
)
virtual

Sets an ID of a resource to select in the view.

This ID must be present in the multi storage (CBCGPAppointmentBaseMultiStorage).

Parameters
nResourceIDSpecifies the resource ID to select.
bRedrawIf TRUE the calendar will be redrawn.
bNotifyIf TRUE, the view sends the BCGP_PLANNER_RESOURCEID_CHANGED message to the parent frame.

Reimplemented from CBCGPPlannerView.