Hi,
If I load a ISL file, and I use a UltraToolbarsManager with property set to :
UseOsThemes = FalseUseAppStyling = FalseStyle = Office2007
I have also callInfragistics.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...
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.