Control.EnableTheming Property
.NET Framework 3.0
Gets or sets a value indicating whether themes apply to this control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Control Members
System.Web.UI Namespace
SkinID
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_EnableTheming () /** @property */ public void set_EnableTheming (boolean value)
public function get EnableTheming () : boolean public function set EnableTheming (value : boolean)
Not applicable.
Property Value
true to use themes; otherwise, false. The default is true.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 |
Reference
Control ClassControl Members
System.Web.UI Namespace
SkinID
Other Resources
Introduction to ASP.NET ThemesCommunity Additions
ADD
Show: