System.Web.UI.ControlSkin.ApplySkin Method

Applies the skin to the System.Web.UI.Control control contained by the System.Web.UI.ControlSkin object.

Syntax

public void ApplySkin (Control control)

Parameters

control
The control to which to apply the skin.

Remarks

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

Requirements

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