Xml.EnableTheming Property
.NET Framework 3.0
Overrides the Control.EnableTheming property. This property is not supported by the Xml class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property bool EnableTheming { bool get () override; void set (bool value) override; }
/** @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
Always returns false. This property is not supported.The EnableTheming property is inherited from the Control class, but is not applicable to the Xml class. Any attempt to set the value of this property throws a NotSupportedException exception.
Community Additions
ADD
Show: