SkinBuilder Class
.NET Framework 3.0
Provides a ControlBuilder object used at design time to apply control skins to controls.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Page developers and control authors do not use the SkinBuilder class directly.
ASP.NET designer builders use the SkinBuilder class in conjunction with the ThemeProvider class and the IThemeResolutionService interface to apply themes and their respective control skins to controls at design time. To apply themes at design time, the base ControlBuilder class calls the ApplyTheme method whenever a control's child control tree is built.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: