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

Add Remove Theme Files

RadThemeManager cannot load the theme if it is saved as package (tssp file). This is shown in the following article: using custom themes To edit the list of themes loaded into a Theme Manager, follow these steps:

  1. Select the RadThemeManager control, and then open its Smart Tag menu.

    tools-visual-style-builder-adding-custom-themes-to-your-application-editing-themes 001

  2. Select Edit Themes to open the ThemeSource Collection Editor.

    tools-visual-style-builder-adding-custom-themes-to-your-application-editing-themes 002

  3. Click OK when you are finished working in the editor.

To Add a New Theme to the Theme Manager

  1. Click Add.

  2. Choose the StorageType for the theme. Select Resource or File.

  3. Set the ThemeLocation (resource name or file location).

To Remove a Theme from the Resource Manager

  1. Select the theme that you wish to remove.

  2. Click Remove.

To Change the Properties for an Existing Theme

  1. Select the theme that you wish to edit.

  2. Set the StorageType and ThemeLocation properties to your desired values.

When setting the ThemeLocation for a Resource storage type be sure to include the project namespace. The naming convention for ThemeManager to find the resource is <my project namespace>.<theme name>.xml. In project "MyProject" with theme resource file "MyTheme.xml", the fully qualified resource name should be entered as "MyProject.MyTheme.XML".

See Also

In this article