ThemeProvider.GetSkinBuilder(Control) Method

Definition

Retrieves a SkinBuilder instance for the specified control, which is used to apply a theme and control skin in a designer environment.

public System.Web.UI.SkinBuilder GetSkinBuilder (System.Web.UI.Control control);

Parameters

control
Control

The control to apply a theme and control skin to.

Returns

A SkinBuilder instance, if one is defined for the specified control type; otherwise, null.

Remarks

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.

Applies to

제품 버전
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also