Xml.EnableTheming 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
覆寫 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
屬性值
一律傳回 false
。 不支援這個屬性。
- 屬性
例外狀況
已嘗試設定這個屬性的值。
備註
屬性 EnableTheming 繼承自 Control 類別,但不適用於 Xml 類別。 任何嘗試設定這個屬性的值都會 NotSupportedException 擲回例外狀況。