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

Syntax

C#
public override void Add(
	string html,
	string text,
	string value
)
Visual Basic
Public Overrides Sub Add ( _
	html As String, _
	text As String, _
	value As String _
)
Visual C++
public:
virtual void Add(
	String^ html, 
	String^ text, 
	String^ value
) override

Parameters

html
Type: System..::..String
text
Type: System..::..String
value
Type: System..::..String

See Also