System.Web.UI.SkinBuilder Class

Provides a System.Web.UI.ControlBuilder object used at design time to apply control skins to controls.

See Also: SkinBuilder Members

Syntax

public sealed class SkinBuilder : ControlBuilder

Remarks

Page developers and control authors do not use the System.Web.UI.SkinBuilder class directly.

ASP.NET designer builders use the System.Web.UI.SkinBuilder class in conjunction with the System.Web.UI.ThemeProvider class and the System.Web.UI.IThemeResolutionService interface to apply themes and their respective control skins to controls at design time. To apply themes at design time, the base System.Web.UI.ControlBuilder class calls the SkinBuilder.ApplyTheme method whenever a control's child control tree is built.

Requirements

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