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

RadPanel , RadGroupbox Transparency

3 Answers 158 Views
Panel
This is a migrated thread and some comments may be shown as answers.
Tarik
Top achievements
Rank 1
Tarik asked on 27 Nov 2012, 10:29 AM
Dear support
How can i make RadPanel and RadGroupbox transparent , Actually i want to assign a theme to the RadForm and all child control will inherit the theme

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 28 Nov 2012, 12:19 PM
Hello Tarik,

Thank you for writing.

If you want to assign a theme to all controls on a RadForm you can use the following code:
ThemeResolutionService.ApplyThemeToControlTree(Me, "TelerikMetro");

this code will apply the specified theme (considering that it is preloaded) to the control mentioned and to all of its children.

Alternative way is to set the theme for the entire application:
ThemeResolutionService.ApplicationThemeName = "TelerikMetro";

I hope that you find this information useful.

Regards,
Stefan
the Telerik team
Q3’12 of RadControls for WinForms is available for download (see what's new). Get it today.
0
Tarik
Top achievements
Rank 1
answered on 29 Nov 2012, 05:04 PM
Thank you Stefan,
I tried the code with preloaded theme and unfortunately did not work , any suggestions ?
0
Stefan
Telerik team
answered on 04 Dec 2012, 08:11 AM
Hi Tarik,

I am not sure why this code does not work on your end. If you continue experiencing this issue, what I would suggest is to open a new support ticket (or use ticket "want to make RadGroupbox transparent") with your project attached, and we will look into it for you.  

Regards,
Stefan
the Telerik team
Q3’12 of RadControls for WinForms is available for download (see what's new). Get it today.
Tags
Panel
Asked by
Tarik
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Tarik
Top achievements
Rank 1
Share this question
or