ApplyStyleSheetSkin Method
.NET Framework Class Library
Control..::.ApplyStyleSheetSkin Method

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

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
Visual Basic (Declaration)
Public Overridable Sub ApplyStyleSheetSkin ( _
    page As Page _
)
Visual Basic (Usage)
Dim instance As Control
Dim page As Page

instance.ApplyStyleSheetSkin(page)
C#
public virtual void ApplyStyleSheetSkin(
    Page page
)
Visual C++
public:
virtual void ApplyStyleSheetSkin(
    Page^ page
)
JScript
public function ApplyStyleSheetSkin(
    page : Page
)

Parameters

page
Type: System.Web.UI..::.Page
The Page containing the control.
ExceptionCondition
InvalidOperationException

The style sheet is already applied.

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 ASP.NET Themes and Skins Overview.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker