hello
how can i change the applicationmenu2010 content area tool size just like ribbon control group tools?
thanx
Hello Nakedeyezz,
If I understood your scenario, you are using UltraToolbarManager with following settings:
ultraToolbarsManager1.Office2007UICompatibility = false; ultraToolbarsManager1.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.ApplicationMenu2010; ultraToolbarsManager1.Ribbon.Visible = true;
ultraToolbarsManager1.Office2007UICompatibility = false;
ultraToolbarsManager1.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.ApplicationMenu2010;
ultraToolbarsManager1.Ribbon.Visible = true;
As far as I know at this moment we have not such kind of proeprty / method to change the size of this area. Also it is against Microsoft`s licensing (more information you could find at http://www.microsoft.com/presspass/features/2006/nov06/11-21officeui.mspx )
Please let me know if you have any questions ot if you think that I misunderstood your case.
Regards
Hi
Is it still against Microsoft's licensing? Is it possible to do now?