BCGControlBar Pro for MFC
virtual CSize CBCGPToolTipCtrl::OnDrawLabel ( CDC *  pDC,
CRect  rect,
BOOL  bCalcOnly 
)
virtual

Called by the framework when it needs to draw tooltip label.

Returns
Size of the label.

Override this method in a derived class if you wish to customize appearance of tooltip label.

Parameters
pDCA pointer to a device context.
rectBounding rectangle of the label area.
bCalcOnlyIf TRUE, there is no need to draw the label. The method has been called to calculate the label size.