System.Web.UI.Control.ApplyStyleSheetSkin Method

Applies the style properties defined in the page style sheet to the control.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual void ApplyStyleSheetSkin (Page page)

Parameters

page
The System.Web.UI.Page containing the control.

Remarks

The Control.ApplyStyleSheetSkin(Page) 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 Control.SkinID property. The Control.ApplyStyleSheetSkin(Page) method is called by ASP.NET for declarative controls placed on a page. You must call the Control.ApplyStyleSheetSkin(Page) 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 ASP.NET Themes Overview.

Requirements

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