Click here to Skip to main content
15,918,050 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi how can i add theme to my forms?
for example use of telerik theme
thanks
Posted

1 solution

if you are applying theme to entire application. Use bellow code

C#
Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.Windows7Theme();


This will effect all telerik controls;

Note: Above sample for WPF application. if you are talking about winForm application, then let me know
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900