ControlBuilder.ThemeResolutionService Property
.NET Framework 2.0
Gets an IThemeResolutionService object that is used in design time to manage control themes and skins.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property IThemeResolutionService^ ThemeResolutionService { IThemeResolutionService^ get (); }
/** @property */ public IThemeResolutionService get_ThemeResolutionService ()
public function get ThemeResolutionService () : IThemeResolutionService
Not applicable.
Property Value
An IThemeResolutionService.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.
Community Additions
ADD
Show: