System.Web.UI.ThemeProvider Class

Provides a class that encapsulates theme and style sheet information for controls in a designer environment.

See Also: ThemeProvider Members

Syntax

public sealed class ThemeProvider

Remarks

Page developers and control authors do not use the System.Web.UI.ThemeProvider class. ASP.NET developer tool and designer builders use the System.Web.UI.ThemeProvider class in conjunction with the System.Web.UI.SkinBuilder class and the System.Web.UI.IThemeResolutionService interface to apply themes and their respective control skins to controls at design time.

The System.Web.UI.ThemeProvider class encapsulates the information needed to apply a theme or style sheet theme and its control skins to the child controls of a control in a designer.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0