Hello,I hope someone can help me.
I use toolbarmanager with the Office2010 styl. I have in the Menü "File" (sea Image attachment)
How can I make a change to "Program" or change the label.Thank you very much frank
Hello,
thany you very much for your help.Frank
Hello ,
In order to change the “File” caption you should set FileMenuButtonCeption property to desired string:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinToolbars.v12.2~Infragistics.Win.UltraWinToolbars.Ribbon~FileMenuButtonCaption.html
you could use code like :
ultraToolbarsManager1.Ribbon. FileMenuButtonCeption = “My New String”;
Thank you for using Infragistics Components.