Hello,
for my application I created with the Visual Style Builder own theme, which I put by this code throughout the application:
ThemeResolutionService.LoadPackageFile(
"MyTheme.tssp"
);
ThemeResolutionService.ApplicationThemeName =
"MyTheme"
;
In it I also designed the RadMenuItems. Now I would like but the background color of a ContextMenuItems (RadMenuItem) in the code change to be able to override the theme. Unfortunately it is not possible to customize the background color. With the foreground color it works.
Can anyone help me.
Thank you.