Click or drag to resize

NGProjectFolderTreeNode Constructor

Initializes a new instance of the NGProjectFolderTreeNode class.

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

Parameters

txt  String
The folder node text.
See Also