New to Telerik UI for WinFormsStart a free 30-day trial

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

C#
public RadThemeManager()

Properties

C#
public ThemeSourceCollection LoadedThemes { get; }
C#
public override ISite Site { get; set; }

Overrides: Component.Site

Methods

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

Overrides: Component.Dispose(bool)