Xml::EnableTheming Property
.NET Framework (current version)
Overrides the Control::EnableTheming property. This property is not supported by the Xml class.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool EnableTheming { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to set the value of this property. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: