Ribbon KeyTips
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
KeyTips allow you to access any ribbon element using the keyboard. When the Alt or F10 keys are pressed, small key information windows appear near corresponding ribbon elements, such as tabs, buttons, or menu buttons, and the user can navigate the ribbon bar using the keyboard and execute the required commands.
KeyTips on Ribbon Tabs and other top-level elements:
KeyTips on Ribbon Tab Elements:
KeyTips on Ribbon Menu:
Sample code:
// Associate "F" key with an ribbon element:
pElement->SetKeys (_T("f"));