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

Syntax

C#
public void SetNameValue(
	string cssName,
	string cssValue,
	CssType cssType,
	string strFor
)
Visual Basic
Public Sub SetNameValue ( _
	cssName As String, _
	cssValue As String, _
	cssType As CssType, _
	strFor As String _
)
Visual C++
public:
void SetNameValue(
	String^ cssName, 
	String^ cssValue, 
	CssType cssType, 
	String^ strFor
)

Parameters

cssName
Type: System..::..String
cssValue
Type: System..::..String
cssType
Type: CuteEditor.Convertor..::..CssType
strFor
Type: System..::..String

See Also