Click or drag to resize

SelectableListNode(String, Object, Boolean) Constructor

Initializes a new instance of the SelectableListNode class.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SelectableListNode(
	string text,
	Object? tag,
	bool isSelected
)

Parameters

text  String
The text to display.
tag  Object
The tag associated with the item.
isSelected  Boolean
If set to , the item is selected.
See Also