MobilePage::EnableTheming Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets a value indicating whether themes apply to this page. 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: [BrowsableAttribute(false)] property bool EnableTheming { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to set this property. The value of this property cannot be changed. |
Themes are not supported on mobile pages.
.NET Framework
Available since 2.0
Available since 2.0
Show: