Gets or sets a value indicating whether themes apply to the System.Web.UI.WebControls.MultiView control.
Documentation for this section has not yet been entered.
The MultiView.EnableTheming property indicates whether themes are enabled for the System.Web.UI.WebControls.MultiView control. The MultiView.EnableTheming property also affects whether themes are enabled for the controls contained in its System.Web.UI.Control.Controls collection. When the MultiView.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 MultiView.EnableTheming property is false, the theme directory is not searched and the contents of the System.Web.UI.Control.SkinID property are not used.
A control can override the MultiView.EnableTheming value set by its parent control or the containing page. For example, if a System.Web.UI.WebControls.MultiView control has MultiView.EnableTheming set to false, you can selectively apply themes to individual System.Web.UI.WebControls.View controls contained within the System.Web.UI.WebControls.MultiView control by setting the System.Web.UI.Control.EnableTheming property to true on the individual child controls.