This documentation is archived and is not being maintained.

MultiView::EnableTheming Property

Gets or sets a value indicating whether themes apply to the MultiView control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

[BrowsableAttribute(true)]
public:
virtual property bool EnableTheming {
	bool get () override;
	void set (bool value) override;
}
<asp:MultiView EnableTheming="True|False" />

Property Value

Type: System::Boolean
true if themes are to be used; otherwise, false. The default is false.

The EnableTheming property indicates whether themes are enabled for the MultiView control. The EnableTheming property also affects whether themes are enabled for the controls contained in its Controls collection. When the EnableTheming property is true, the application's theme directory is searched for control skins to apply. If no skin for the particular control exists in the theme directory, a skin is not applied. When the EnableTheming property is false, the theme directory is not searched and the contents of the SkinID property are not used.

A control can override the EnableTheming value set by its parent control or the containing page. For example, if a MultiView control has EnableTheming set to false, you can selectively apply themes to individual View controls contained within the MultiView control by setting the EnableTheming property to true on the individual child controls.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: