ControlSkin.ApplySkin Method (Control)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member ApplySkin : 
        control:Control -> unit

Parameters

control
Type: System.Web.UI.Control

The control to which to apply the skin.

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

.NET Framework
Available since 2.0
Return to top
Show: