Click or drag to resize

NGBrowserTreeNode(String) Constructor

Initializes a new instance of the NGBrowserTreeNode class.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NGBrowserTreeNode(
	string txt
)

Parameters

txt  String
The node text.
See Also