Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
UltraToolbarsManager Office2010-Style
posted

Hello all together,

I wrote the following code to set the Office2010 application-menu style:

ultraToolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2010;

ultraToolbarsManager.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.ApplicationMenu2010;

This doesn't work if I load one of the 2007-style-files:

Infragistics.Win.AppStyling.StyleManager.Load(Application.StartupPath + @"\Styles\Office2007Silver.isl");

Then the style of the file menu shows the round button like in Office 2007, not the new file tab like it is in Office 2010.

Loading the Office2010Silver.isl file shows the file-tab!?

Really strange behavior, isn't it.

 

Thanky you very much and kind regards.

Tom

  • 18495
    Verified Answer
    posted

    Hello Tom,

    The Office 2007 ISL files are designed to be used with the Office 2007 style of the UltraToolbarsManager.  We have Office 2010 ISL files that will work properly with the Office 2010 style of the UltraToolbarsManager.