
I am a little unclear on how ThemeManager works. If I set ThemeManager.CurrentTheme = CommonThemeName.Office2007Blue.ToString(), will all WPF controls such as Buttons, ComboBoxes, etc. be styled along with the Actipro controls?
If not, what is the easiest way to theme the whole application with Office2007Blue?
My scenario is I am looking for a naive, simple approach to skinning an app. For example, I am using the Actipro controls in WPF windows that are part of an Excel AddIn and I would like to skin the windows with the office theme.
A WPF Button, for example, does not appear to be effected if I set the application wide CurrentTheme or call SetTheme on the window or the button.
I noticed in another company's UI suite that I can use their skinmanager to style an entire window and all the children and it affected the WPF button.
Thanks
If not, what is the easiest way to theme the whole application with Office2007Blue?
My scenario is I am looking for a naive, simple approach to skinning an app. For example, I am using the Actipro controls in WPF windows that are part of an Excel AddIn and I would like to skin the windows with the office theme.
A WPF Button, for example, does not appear to be effected if I set the application wide CurrentTheme or call SetTheme on the window or the button.
I noticed in another company's UI suite that I can use their skinmanager to style an entire window and all the children and it affected the WPF button.
Thanks