Hello sir,
Please Help Me... How to Hide the ApplicationMenu from infragistics.
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;
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...