Version

EnableAppStyling Property (IProvideAppStyling)

Enables support on this control for the Application Styling Framework(tm).
Syntax
'Declaration
 
Property EnableAppStyling As DefaultableBoolean
DefaultableBoolean EnableAppStyling {get; set;}

Property Value

True indicates Application Styling is enabled, False indicates Application Styling is disabled, and NotSet indicates support for Application Styling should default to page- or application-level settings.
Remarks

Turn on support for Application Styling of this control when using the Application Styling Framework(tm) (ASF) by setting the EnableAppStyling property to True.

When EnableAppStyling has it's default value of NotSet, this control will defer the determination of whether to use Application Styling to settings you make at the page- or application-level. Place the WebPage control on the same Web form as this control to configure ASF support for all controls on that Page. ASF support can also be turned on application-wide with the enableAppStyling attribute in your "web.config" file.

Turn off support for ASF in this control (even though it may have been enabled at a higher level) by setting the EnableAppStyling property to False.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also