ControlBuilder.ThemeResolutionService Property

Definition

Gets an IThemeResolutionService object that is used in design time to manage control themes and skins.

public:
 property System::Web::UI::IThemeResolutionService ^ ThemeResolutionService { System::Web::UI::IThemeResolutionService ^ get(); };
public System.Web.UI.IThemeResolutionService ThemeResolutionService { get; }
member this.ThemeResolutionService : System.Web.UI.IThemeResolutionService
Public ReadOnly Property ThemeResolutionService As IThemeResolutionService

Property Value

An IThemeResolutionService object that is used in design time to manage control themes and skins.

Remarks

The IThemeResolutionService interface 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.

Applies to

See also