Articles in this section

How to set accelerator for OfficeMenuButton in WinForms RibbonControlAdv?

SuperAccelerator

When the SuperAccelerator component is added to the form, an extender property MenuButtonAccelerator on superAccelerator will be added to the RibbonControlAdv properties, where user can add the keytip for MenuButton. To set this through code, refer to the code snippet given below.

C#

this.superAccelerator1.SetMenuButtonAccelerator(this.ribbonControlAdv1, "F");

VB

Me.superAccelerator1.SetMenuButtonAccelerator(Me.ribbonControlAdv1, "F")

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied