void CBCGPEditCtrl::EnableToolTips | ( | BOOL | bEnable = TRUE | ) |
Enables tooltips.
Use this function to activate or deactivate tooltip control (m_wndToolTip). When tooltips are enabled the edit control processes the TTN_NEEDTEXT notification and calls OnGetTipText() to obtain the tooltip text to be displayed.
bEnable | If TRUE tooltips will be enabled. |