HierarchicalDataSourceControl.EnableTheming 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出這個控制項是否支援佈景主題。
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 屬性的值。
備註
因為 類別 HierarchicalDataSourceControl 沒有視覺化轉譯,所以不支援主題。