Control.ApplyStyleSheetSkin Method
.NET Framework 3.0
Applies the style properties defined in the page style sheet to the control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The ApplyStyleSheetSkin method sets style properties on the control based on skin properties defined in a theme directory. The skin applied is either the default skin for the control or the skin specified in the SkinID property. The ApplyStyleSheetSkin method is called by ASP.NET for declarative controls placed on a page. You must call the ApplyStyleSheetSkin method on any controls created programmatically at run time for style sheet skins to apply to the control. Theme skins are applied automatically. For more information on the difference between themes and cascading style sheets, see Introduction to ASP.NET Themes.
Community Additions
ADD
Show: