parse style string to style sheet

Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void ParseStyleString(
	string style,
	CssType type,
	string forstr
)
Visual Basic
Public Sub ParseStyleString ( _
	style As String, _
	type As CssType, _
	forstr As String _
)
Visual C++
public:
void ParseStyleString(
	String^ style, 
	CssType type, 
	String^ forstr
)

See Also