BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::DrawGanttItemBackgroundCell ( const CBCGPGanttChart pChart,
CDC &  dc,
const CRect &  rectItem,
const CRect &  rectClip,
const BCGP_GANTT_CHART_COLORS colors,
BOOL  bDayOff 
)
virtual

Called by the framework to fill background of a Gantt cell.

Override this method in a derived class to customize appearance of Gantt cells.

Parameters
pChartA pointer to a Gantt control.
dcA pointer to a device context.
rectItemBounding rectangle of cell.
rectClipClipping rectangle.
colorsA reference to a structure representing color scheme.
bDayOffIf TRUE, the cell is located inside of non-working day area. If TRUE, the cell is located inside of working day area.