MobileControl.EnableTheming 属性

定义

获取一个值,该值指示是否将主题应用到该控件。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property bool EnableTheming { bool get(); void set(bool value); };
public override sealed bool EnableTheming { get; set; }
member this.EnableTheming : bool with get, set
Public Overrides NotOverridable Property EnableTheming As Boolean

属性值

在所有情况下均为 False

例外

已尝试设置 EnableTheming 属性。

注解

MobileControl 不支持主题设置。 如果尝试设置 EnableTheming 属性, NotSupportedException 则会引发异常。

适用于

另请参阅