ControlBuilder::ThemeResolutionService Property

 

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)

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
Return to top
Show: