ProxyWebPartManager.EnableTheming Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
).