BCGControlBar Pro for MFC
void CBCGPPlannerManagerCtrl::SetClockIconsRTC ( CRuntimeClass *  pClockIconsClass = NULL,
BOOL  bDelete = TRUE 
)

Provides the Planner Control with runtime class information of a custom class that should manage the clock icons.

Call this function to provides the Planner Control with runtime class information of a custom class that should manage the clock icons. You should derive the class from the CBCGPPlannerClockIcons class.

If pClockIconsClass is NULL, the library resets the clock icons manager to be CBCGPPlannerClockIcons.

Parameters
pClockIconsClassA pointer to runtime class information object of a custom class that is responsible for drawing appointment clock icons. Can be NULL.
bDeleteSet TRUE to delete a current content.