I'm working on an application where the first ribbon tab header starts with "F", and I'd like the shortcut key for that tab to use "F". It seems like the ApplicationMenu automatically gets the F shortcut key assigned to it. Is there a way to force the Application menu to use a different letter for its shortcut?
Thanks.
You can set the KeyTip property of the ApplicationMenu. If it is unspecified then it defaults to what is stored in the resource string named "ApplicationMenuDefaultKeyTip" which by default is F like Office uses for the application menu and backstage.
Thanks, that's exactly what I was hoping for.