Initializes a new instance of the TreeListItem class

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

Syntax

C#
public TreeListItem(
	string html,
	string text,
	string value
)
Visual Basic
Public Sub New ( _
	html As String, _
	text As String, _
	value As String _
)
Visual C++
public:
TreeListItem(
	String^ html, 
	String^ text, 
	String^ value
)

Parameters

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

See Also