Class RadThemeManager
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.
Inheritance
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[TelerikToolboxCategory("Themes")]
public class RadThemeManager : Component
Constructors
RadThemeManager()
Declaration
public RadThemeManager()
Properties
LoadedThemes
Site
Declaration
public override ISite Site { get; set; }
Property Value
System.ComponentModel.ISite
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|