CWnd::CancelToolTips

static void PASCAL CancelToolTips( BOOL bKeys = FALSE );

Parameters

bKeys

TRUE to cancel tooltips when a key is pressed and set the status bar text to the default; otherwise FALSE.

Remarks

Call this member function to remove a tooltip from the screen if a tooltip is currently displayed.

Note   Using this member function has no effect on tooltips managed by your code. It only affects the tooltip control managed by CWnd::EnableToolTips.

CWnd OverviewClass MembersHierarchy Chart

See Also   EnableToolTips, TTM_ACTIVATE