Window Form:Telerik theme color binding
Posted
by Emaad Ali
on Stack Overflow
See other posts from Stack Overflow
or by Emaad Ali
Published on 2010-05-17T10:19:29Z
Indexed on
2010/05/17
10:20 UTC
Read the original article
Hit count: 632
telerik
Hi,
i am trying to implement a functionality in which user can change the form themes on run time i am using telerik controls in my form.
the problem which i am facing is that i declare theme variable
private Theme currentTheme;
after declaring variable i assign
currentTheme = ThemeResolutionService.GetTheme("Desert");
but it getting null.
any anyone tell me why it is not working?
thanks
© Stack Overflow or respective owner