MobileControl::EnableTheming Property
.NET Framework (current version)
Gets a value indicating whether themes apply to this control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: property bool EnableTheming { virtual bool get() override sealed; virtual void set(bool value) override sealed; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt to set the EnableTheming property is made. |
The MobileControl class does not support theming. If an attempt to set the EnableTheming property is made, a NotSupportedException exception is thrown.
.NET Framework
Available since 2.0
Available since 2.0
MobileControl Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
Show: