BCGSuite for MFC
virtual BOOL CBCGPGanttChart::QueryToolTipText ( const CBCGPGanttItem pItem,
CString &  strText,
CString &  strDescription 
) const
virtual

Returns a text to be used in tooltips for the specified item.

This function is called to query an item for its text and description to be displayed on a tooltip.

Override this method in a derived class to customize the texts.

Parameters
pItemA pointer to an item.
strTextWhen the function returns this parameter contains a tooltip text.
strDescriptionWhen the function returns this parameter contains a tooltip description.