ThemeProvider.GetSkinBuilder Method (Control)
.NET Framework (current version)
Retrieves a SkinBuilder instance for the specified control, which is used to apply a theme and control skin in a designer environment.
Assembly: System.Web (in System.Web.dll)
Parameters
- control
-
Type:
System.Web.UI.Control
The control to apply a theme and control skin to.
Return Value
Type: System.Web.UI.SkinBuilderA SkinBuilder instance, if one is defined for the specified control type; otherwise, null.
The GetSkinBuilder method is called by the ControlBuilder base class to apply a theme and any control skin to a control when it is built at design time.
.NET Framework
Available since 2.0
Available since 2.0
Show: