Share via


CWnd::FilterToolTipMessage

void FilterToolTipMessage( MSG* pMsg );

Parameters

pMsg   A pointer to the tooltip message.

Remarks

This member function is called by the framework to to display the tooltip message associated with a button on the toolbar. It is normally called from PreTranslateMessage.

Call it when the framework does not call it for you.

CWnd OverviewClass MembersHierarchy Chart

See Also   CWnd::OnToolHitTest