Skip to main content

Key Tips

  • 2 minutes to read

 

Ribbon Control provides quick keyboard access to Ribbon pages and links by means of Key Tips. When an end-user presses and releases the F9 key, Key Tips appear for all page headers, all links within the Ribbon Quick Access Toolbar and the Application Button. Pressing the key associated with any ribbon element will then select that element or execute the associated action.

DXRibbon Key Tips 1

DXRibbon Key Tips 2

A Key Tip is a string. Its maximum width is equal to 3 characters. Key Tips must be unique within a container (page or menu).

By default, Key Tips are created based on ribbon element captions (see the image above). To manually specify Key Tips for ribbon elements, use the following properties.

You can change the Key Tips activation shortcut using the RibbonControl.ActivateKeyTipsGesture property. To disable the Key Tips feature, use the RibbonControl.AllowKeyTips property.