Example of Ribbon KeyTips in ASP.NET Core Ribbon Control
This sample demonstrates the KeyTips functionality in the Ribbon. Users can press specific keys or key combinations to perform actions.
DEMO
SOURCE
The KeyTips feature enables quick access to tabs or ribbon items using keyboard actions.
- Alt + Windows/Command - To Display the KeyTips
- Esc - To close the KeyTips or traverse through the items.
In this sample, the keytips are configured for all ribbon items and backstage using the keytip
property. The KeyTips are initially shown using the showKeytips()
method.