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.3179.0 (4.8.3179.0)
Syntax
C#
public SelectableListNode(
	string text,
	Object? tag,
	bool isSelected
)

Parameters

text  String

[Missing <param name="text"/> documentation for "M:Altaxo.Collections.SelectableListNode.#ctor(System.String,System.Object,System.Boolean)"]

tag  Object

[Missing <param name="tag"/> documentation for "M:Altaxo.Collections.SelectableListNode.#ctor(System.String,System.Object,System.Boolean)"]

isSelected  Boolean

[Missing <param name="isSelected"/> documentation for "M:Altaxo.Collections.SelectableListNode.#ctor(System.String,System.Object,System.Boolean)"]

See Also