Click or drag to resize

CheckableSelectableListNode Constructor

Initializes a new instance of the CheckableSelectableListNode class.

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

Parameters

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