BCGControlBar Pro for MFC
static void CBCGPTooltipManager::DeleteToolTip ( CToolTipCtrl *&  pToolTip)
static

Deletes a tooltip control.

This method is used to delete a tooltip control. You should call this method when tooltip parent control is being destroyed (call it from OnDestroy handler).

Parameters
pToolTipRefers to a pointer to a tooltip to be destroyed.