Convert name of style to the name of CSS defined in resource file.
'Declaration
Public Overloads Function GetStyleClassString( _
ByVal As String _
) As String
public string GetStyleClassString(
string
)
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.
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