| Ribbon for WinForms Task-Based Help > Creating Shortcut Keys |
You can use the keyboard to complete specific commands. To make text bold, for example, you could use a direct key combination. To trigger the action, the keys need to be pressed together and most, but not all, key combinations involve pressing CTRL plus other keys (for example, CTRL+B to make text bold).
![]() |
Note: This topic assumes that you have added a Ribbon button to the group and created a RibbonToggleButton.Click event handler for the Bold button. |
Complete the following steps:
