
Running on Vista.
I was interested in seeing what the High Contrast theme looked like so I modified the MainControl.xaml.cs file in the Document Editor sample so that the Silver button invoked high-contrast instead. The code went from this:to this:
The result was that the background of the Ribbon was a light grey and the ribbon tabs were white text on a light grey background. Wouldn't the backgrounds of the buttons become black? Is this the expected color palette for the Ribbon?
Thanks in advance!
I was interested in seeing what the High Contrast theme looked like so I modified the MainControl.xaml.cs file in the Document Editor sample so that the Silver button invoked high-contrast instead. The code went from this:
ThemeManager.SetTheme(container, CommonThemeName.Office2007Silver.ToString());
ThemeManager.SetTheme(container, CommonThemeName.HighContrast.ToString());
Thanks in advance!