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
170
UseAppStyling and Style Office 2007 ???
posted

Hi,

If I load a ISL file, and I use a UltraToolbarsManager with property set to :

UseOsThemes = False
UseAppStyling = False
Style = Office2007

I have also call
Infragistics.Win.Office2007ColorTable.ColorScheme = Infragistics.Win.Office2007ColorScheme.Blue

It'is normal that my ISL file change my styling to black (my isl file is set the to colorscheme blue in tools, options)?

I need to understand why it's react this way.

 

What can change my colorsheme to black if my isl and my application is set to blue ? I can't find any other property...

  • 469350
    Suggested Answer
    Offline posted

    I don't think this is possible.

    Most Appstyling properties are completely independent of the application settings. But one exception to this is the ColorScheme. This is a static property and it has to resolve to the same thing for the entire application. There's no way to change it on a per-control basis.