CMFCRibbonBar::OnSysKeyUp
Called by the framework when the user releases the F10 key, the ALT key, or a key that was pressed when the ALT key was held down.
BOOL OnSysKeyUp(
CFrameWnd* pFrameWnd,
WPARAM wParam,
LPARAM lParam
);
Parameters
[in] pFrameWnd
Pointer to the parent main frame window of the ribbon bar.[in] wParam
Virtual key code of the key being released.[in] lParam
This parameter is not used.
Return Value
TRUE if the keystroke event was processed; otherwise FALSE.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |