RadControls for WinForms

Theme manager Component is used to load user-defined themes for RadControls in an application. Use the LoadedThemes property to add new team source files. Themes load immediately when correct property values specified and last for the life time of the application. After a theme is loaded it can be used by the corresponding types of controls placed on any Form of the application.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[TelerikToolboxCategoryAttribute("RadControls - Themes")]
public class RadThemeManager : Component
Visual Basic
<TelerikToolboxCategoryAttribute("RadControls - Themes")> _
Public Class RadThemeManager _
	Inherits Component

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      Telerik.WinControls..::..RadThemeManager

See Also