BCGControlBar Pro for MFC
virtual BOOL CBCGPToolTipCtrl::OnDrawIcon ( CDC *  pDC,
CRect  rectImage 
)
virtual

Called by the framework when it needs to display tooltip icon.

Override this method in a derived class to display a custom icon. You also need to override GetIconSize() in order to use the custom icon.

Parameters
pDCA pointer to a device context.
rectImageImage bounding rectangle.