Version

StyleSetNameResolved Property (WebAgent)

Resolved name of the current Application Styling Framework(tm) style set applied to this WebAgent's control.
Syntax
'Declaration
 
Public Overridable ReadOnly Property StyleSetNameResolved As String
public virtual string StyleSetNameResolved {get;}

Property Value

Returns the current StyleSetName from the AppStyleManager.
Remarks

If the current StyleSetName is "Default", this method returns the empty string so that CSS class names can be resolved correctly. Only non-default style sets interject their name before the role in the CSS class names generated by the Application Styling Framework(tm).

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