- control
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
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.