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.

Definition

Constructors

RadThemeManager()

Declaration

cs-api-definition
public RadThemeManager()

Properties

LoadedThemes

Declaration

cs-api-definition
public ThemeSourceCollection LoadedThemes { get; }

Property Value

ThemeSourceCollection

Site

Declaration

cs-api-definition
public override ISite Site { get; set; }

Property Value

ISite

Overrides Component.Site

Methods

Dispose(bool)

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides Component.Dispose(bool)