parse style string to style sheet
Namespace: CuteEditor.ConvertorAssembly: 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 ) |
Parameters
- style
- Type: System..::..String
- type
- Type: CuteEditor.Convertor..::..CssType
- forstr
- Type: System..::..String