CMFCRibbonBar::PreTranslateMessage
Determines if the specified message is processed by the ribbon bar.
virtual BOOL PreTranslateMessage(
MSG* pMsg
);
Parameters
- [in] pMsg
Pointer to a message.
Return Value
TRUE if the message was processed by the ribbon bar; otherwise FALSE.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |