Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a ribbon toolbar in my desktop application. I've used a Windows Ribbon framework for it. There is a predefined button "File" for application menu. I want to customize it. Change title at least. I tried to set a new label for AppMenu button in .xml file, but it had no effect. Maybe there is some another way to change this button?

Thanks for help!
Posted
Comments
Maciej Los 30-Mar-15 15:55pm    
Have you tried this line: <RibbonApplicationMenu Label="SomethingDifferntThanFile">?
http://thinketg.com/adding-text-to-wpf-ribbons-application-menu-button/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900