ProxyWebPartManager.EnableTheming Property

Definition

Overrides the base property to prevent themes from being used.

public:
 virtual property bool EnableTheming { bool get(); void set(bool value); };
public override bool EnableTheming { get; set; }
member this.EnableTheming : bool with get, set
Public Overrides Property EnableTheming As Boolean

Property Value

Always returns false, to prevent themes from being used.

Exceptions

A caller tries to assign a value to this property.

Remarks

The EnableTheming property overrides the base property to prevent themes from being used with the ProxyWebPartManager control. This is to prevent it coming into conflict with any themes being used with the WebPartManager control in the master page (its WebPartManager.EnableTheming property always returns true).

Applies to

See also