BCGSuite for MFC
virtual void CBCGPAppointment::OnDraw ( CDC *  pDC,
CBCGPPlannerView pView,
const COleDateTime &  date 
)
protectedvirtual

This method is called from CBCGPPlannerView object to draw the appointment

Override this method in a derived class to customize appointment drawing.

Parameters
pDCPoints to the device context to be used for rendering an image of the appointment.
pViewPoints to the CBCGPPlannerView. Use only current view of the CBCGPPlannerManagerCtrl.
dateSpecifies the date from which the appointment is drawn. Required for multiday appointments.