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 擲回例外狀況。

適用於

另請參閱