Initializes a new instance of the RichListItem class

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

Syntax

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

Parameters

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

See Also