DataSourceControl.EnableTheming 屬性

定義

取得值,指出這個控制項是否支援佈景主題。

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 屬性的值。

備註

DataSourceControl因為控制項沒有視覺化轉譯,所以不支援主題。

適用於

另請參閱