ASPxClientRibbon.ShowKeyTips Method
Shows ribbon key tips.
Declaration
ShowKeyTips(): void
Remarks
The ASPxRibbon control provides end-users with the capability to navigate through ribbon items using the keyboard. Use the ShowKeyTips method to display ribbon tab access keys.
Important
The ShowKeyTips method is in effect provided the ASPxRibbon.KeyboardSupport property is set to true
.
Concept
Online Demo
See Also