This is a migrated thread and some comments may be shown as answers.

Theme WindowBackground

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bård
Top achievements
Rank 1
Bård asked on 25 Mar 2010, 11:10 AM
When you change the theme in for instance msWord, the whole WindowBackground changes to the choosen theme.
How should this be done with Telerik...
I know you can use:

public Window1()
{
      AppllicationTheme = new VistaTheme();
      InitializeComponent();
 }

But this only effects the RadControls.
How to change the WindowBackground?

Marinus

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 25 Mar 2010, 03:41 PM
Hi Bård ,

Thank you for your feedback.
We have Themes only for Telerik controls. However we provide Themes for the following MS control: Button, RadioButton, RepaetButton, ScrollViewer, ListBox, CheckBox, TextBox, PasswordBox.

Kind regards,
Dimitrina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Bård
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or