ControlBuilder::ThemeResolutionService Property
.NET Framework (current version)
Gets an IThemeResolutionService object that is used in design time to manage control themes and skins.
Assembly: System.Web (in System.Web.dll)
public: property IThemeResolutionService^ ThemeResolutionService { IThemeResolutionService^ get(); }
Property Value
Type: System.Web.UI::IThemeResolutionService^An IThemeResolutionService object that is used in design time to manage control themes and skins.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: