TemplateControl.EnableTheming Property
.NET Framework 3.0
Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_EnableTheming () /** @property */ public void set_EnableTheming (boolean value)
public override function get EnableTheming () : boolean public override 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 the control that is derived from the TemplateControl class. When the EnableTheming property is true, the theme directory for the application is searched for control skins to apply. If no skin for the particular control exists in the theme directory, skins are not applied.
Community Additions
ADD
Show: