ControlSkin.ApplySkin(Control) Method

Definition

Applies the skin to the Control control contained by the ControlSkin object.

C#
public void ApplySkin (System.Web.UI.Control control);

Parameters

control
Control

The control to which to apply the skin.

Remarks

Passes the Control object associated with the ControlSkin class to the ControlSkinDelegate, which applies the skin to the Control object.

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