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

Called by the framework to draw text in 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.
sCellTextSpecifies the text string to draw.
bHiliteIf TRUE, the header cell is highlighted.