TemplateControl.EnableTheming Property

Definition

Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class.

public:
 virtual property bool EnableTheming { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public override bool EnableTheming { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.EnableTheming : bool with get, set
Public Overrides Property EnableTheming As Boolean

Property Value

true to use themes; otherwise, false. The default is true.

Attributes

Remarks

The EnableTheming property indicates whether themes are enabled for the control that is derived from the TemplateControl class. When the EnableTheming property is true, the theme directory for the application is searched for control skins to apply. If no skin for the particular control exists in the theme directory, skins are not applied.

Applies to

See also