Articles in this section
Category / Section

How to set accelerator for OfficeMenuButton in WinForms RibbonControlAdv?

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied