Xml.EnableTheming 属性

定义

重写 EnableTheming 属性。 Xml 类不支持该属性。

public:
 virtual property bool EnableTheming { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool EnableTheming { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.EnableTheming : bool with get, set
Public Overrides Property EnableTheming As Boolean

属性值

Boolean

始终返回 false。 不支持此属性。

属性

例外

尝试设置此属性的值。

注解

EnableTheming 属性继承自 Control 该类,但不适用于该 Xml 类。 任何设置此属性的值尝试都 NotSupportedException 引发异常。

适用于

另请参阅