Hello sir,
Please Help Me... How to Hide the ApplicationMenu from infragistics.
Hello,
Could you please clarify your question? From my understanding if you hiding the FileMenu there should no longer be an application menu along your ribbon.
Let me know if you have any questions regarding this matter.
Thank you So much sir. It's Working. how to disable only Menu list in application menu such as SAVE,OPEN,EXIT etc...
Hello Jayamankickam,
First disable Office2007UICompatibility property followed by setting the FileMenuButton property to "None". Note, this will result in displaying the standard file menu.
this.ultraToolbarsManager1.Office2007UICompatibility = false;
this.ultraToolbarsManager1.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.None;