New to Telerik UI for WinForms? Download free 30-day trial

RadThemeManager

RadThememanger is a component which can be dragged from the toolbox. It purpose is to manage the XML files that contain the theme for the controls. The following articles are showing how you can use this control:

RadThemeManager cannot load the theme if it is saved as package (tssp file). This is shown in the following article: using custom themes

important If the form with the theme manager will be opened multiple time in the life cycle of the application, the theme manager needs to be diposed explicitly. A suitable place to call its Dispose method is the Closing event of the form.

In this article