RadControls for WinForms

ThemeSource is used to load user-defined themes for RadControls in an application. 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. ThemeSource object are generally used by ThemeManager component placed on a Form

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

Syntax

C#
public class ThemeSource : RadObject
Visual Basic
Public Class ThemeSource _
	Inherits RadObject

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls..::..DisposableObject
    Telerik.WinControls..::..RadObject
      Telerik.WinControls..::..ThemeSource

See Also