DataSourceControl.EnableTheming Property

Definition

Gets a value indicating whether this control supports themes.

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

Property Value

false in all cases.

Attributes

Exceptions

An attempt was made to set the value of the EnableTheming property.

Remarks

Because the DataSourceControl control has no visual rendering, it does not support themes.

Applies to

See also