BCGControlBar Pro for MFC
void CBCGPGridCtrl::EnableCustomToolTips ( BOOL  bEnable = TRUE)

Enables or disables custom tooltips.

You've to override GetItemCustomTooltip() method to display the custom tooltips.

Parameters
bEnableTRUE to enable, FALSE to disable.