ClassRadThemeManager
Class
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.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[TelerikToolboxCategory("Themes")]
public class RadThemeManager : Component, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentRadThemeManager
Implements:
Inherited Members
Constructors
RadThemeManager()
Declaration
cs-api-definition
public RadThemeManager()
Properties
LoadedThemes
Declaration
cs-api-definition
public ThemeSourceCollection LoadedThemes { get; }
Property Value
Methods
Dispose(bool)
Declaration
cs-api-definition
protected override void Dispose(bool disposing)
Parameters
disposing
Overrides