Click or drag to resize

NGTreeNode(String) Constructor

Constructor that initializes the text of the tree node.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NGTreeNode(
	string text
)

Parameters

text  String
Text for the tree node.
See Also