| Ribbon for WinForms Task-Based Help > Creating and Displaying Key Tips |
C1Ribbon supports Key Tips. These offer you an easy way to display all the commands on the Ribbon Toolbar and also allow you to move between elements on the C1Ribbon control using your keyboard commands. Key Tips use the SupportsKeyTips property and the CaptureF10Key property on the main C1Ribbon control and the KeyTip property for the individual elements of the C1Ribbon control.
![]() |
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. |
Follow these steps:


