RadControls for WinForms

A Class that represents storage for themes in an application that contains RadControls.

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

Syntax

C#
public class ThemeResolutionService
Visual Basic
Public Class ThemeResolutionService

Remarks

A theme consists of one or more StyleSheet objects, and one or more StyleSheetRelation objects.

The style sheet object defines the appearance and/or certain aspects of behavior of one RadControl or RadItem.

StyleSheetRelation objects contain data that maps a control and a certain StyleSheet.

Theme.ThemeName is used by RadControl to automatically query ThemeResolutionService, upon Initialize and retrieve its StyleSheet. Use the API of this class to register, un-register, query themes storage for specific themes by attributes like Name, certain relations, etc.

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls..::..ThemeResolutionService

See Also