Hi,
Users can change theme on runtime on our project. But i want to RadTitleBard theme doesn't change anytime. Is this possible?
I use the code that below to change application theme.
ThemeResolutionService.ApplicationThemeName = (sender as RadioButton).Tag.ToString();
..
..
and after i set the code that below. But TitleBar theme doesn't change to "TelerikMetroBlue"
radTitleBar1.ThemeName = "TelerikMetroBlue";
Users can change theme on runtime on our project. But i want to RadTitleBard theme doesn't change anytime. Is this possible?
I use the code that below to change application theme.
ThemeResolutionService.ApplicationThemeName = (sender as RadioButton).Tag.ToString();
..
..
and after i set the code that below. But TitleBar theme doesn't change to "TelerikMetroBlue"
radTitleBar1.ThemeName = "TelerikMetroBlue";