CWnd::FilterToolTipMessage
Called by the framework to display the tool tip message associated with a button on the toolbar.
void FilterToolTipMessage(
MSG* pMsg
);
Parameters
- pMsg
A pointer to the tool tip message.
Remarks
It is normally called from PreTranslateMessage.
Call it when the framework does not call it for you.
However, in certain applications, for example some ActiveX controls, these methods might not be invoked by the framework, and you will need to call FilterToolTipMessage yourself. For more information, see Methods of Creating Tool Tips.
Requirements
Header: afxwin.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
June 2010 |
Updated with additional info per customer feedback. |
Customer feedback. |