Version

EnableAppStylingResolved Property (WebAgent)

Determines whether the control represented by this WebAgent supports Application Styling.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EnableAppStylingResolved As Boolean
public virtual bool EnableAppStylingResolved {get;}

Property Value

True if Application Styling is enabled; False if it is not.
Remarks

This property resolves the EnableAppStyling value at the control-, page- and application-levels to identify whether the associated Control reference should be styled.

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