IThemeResolutionService Interface
Provides an interface that designer tool developers can use to supply a set of ThemeProvider objects, which can be used to apply themes and control skins to controls in a design-time environment.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
The IThemeResolutionService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetAllThemeProviders | Gets an Array of ThemeProvider objects. |
![]() | GetStylesheetThemeProvider | Gets a ThemeProvider object that represents the customization theme from a style sheet. |
![]() | GetThemeProvider | Gets a ThemeProvider object that represents the customization theme on an ASP.NET page. |
Page developers and control authors do not use the IThemeResolutionService interface. The IThemeResolutionService interface is implemented by designer tool developers to supply SkinBuilder control builders in the design environment.
The IThemeResolutionService is a container for one or more ThemeProvider objects, which in turn supply the SkinBuilder objects that apply themes and control skins to controls when they are created in a designer. An instance of the IThemeResolutionService class can be accessed from a given ControlBuilder instance using its ControlBuilder.ThemeResolutionService property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
