BCGSuite for MFC
virtual void CBCGPVisualManager::DrawGanttHeaderCell ( const CBCGPGanttChart pChart,
CDC &  dc,
const BCGP_GANTT_CHART_HEADER_CELL_INFO cellInfo,
BOOL  bHilite 
)
virtual

Called by the framework to draw a Gantt control header cell.

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

Parameters
pChartA pointer to a Gantt control.
dcA pointer to a device context.
cellInfoA refernce to a structure containing color scheme of a header cell.
bHiliteIf TRUE, the header cell is highlighted.