Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified keystroke character code is processed by the ribbon bar.
virtual BOOL TranslateChar(
UINT nChar
);
Parameters
- [in] nChar
A user keystroke character code.
Return Value
TRUE if the character code was processed by the ribbon bar; otherwise FALSE.
Remarks
The keytips feature enables users to navigate the ribbon bar by using the keyboard.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |