Version

GetStyleClassString(String) Method

Convert name of style to the name of CSS defined in resource file.
Syntax
'Declaration
 
Public Overloads Function GetStyleClassString( _
   ByVal style As String _
) As String
public string GetStyleClassString( 
   string style
)

Parameters

style
Name of style used by control. It is better to be a constant defined in CssNames which starts with prefix "YourControl_"

Return Value

CSS class name defined in resource file.
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