System.Web.UI.ControlSkinDelegate Delegate

Represents the method that applies the correct control skin to the specified control.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public delegate Control ControlSkinDelegate (Control control)

Parameters

control
Documentation for this section has not yet been entered.

Value

Documentation for this section has not yet been entered.

Remarks

Page and control developers do not use the System.Web.UI.ControlSkinDelegate, System.Web.UI.ControlSkin, or System.Web.UI.PageTheme classes directly. These classes are used internally by the ASP.NET page framework to apply server- side properties and cascading style sheet definitions that are defined in ASP.NET themes and control skin files to specific types of controls.

The System.Web.UI.ControlSkinDelegate delegate is associated with the ControlSkin.ApplySkin(Control) method of the System.Web.UI.ControlSkin class. The System.Web.UI.ControlSkin class represents an ASP.NET control skin, which is a component of an ASP.NET theme represented by a System.Web.UI.PageTheme object. For more information about ASP.NET themes, see Introduction to ASP.NET Themes.

Requirements

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