Control.EnableTheming Property
Gets or sets a value indicating whether themes apply to this control.
Assembly: System.Web (in System.Web.dll)
Exception | Condition |
---|---|
InvalidOperationException | The Page_PreInit event has already occurred. - or - The control has already been added to the Controls collection. |
The EnableTheming property indicates whether themes are enabled for a specified control. When the EnableTheming property is true, the application's theme directory is searched for control skins to apply. If no skin for the particular control exists in the theme directory, skins are not applied.
When the EnableTheming property is false, the theme directory is not searched and the content of the SkinID property is not used.
Themes can be enabled at the page, container, or control level. A control can override the EnableTheming value set by its parent control, or by the containing page.
Topic | Location |
---|---|
How to: Disable ASP.NET Themes | Building ASP .NET Web Applications |
How to: Disable ASP.NET Themes | Building ASP .NET Web Applications |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.