TreeNode::Name Property
.NET Framework (current version)
Gets or sets the name of the tree node.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The Name of a TreeNode is also the node's key, when the node is part of a TreeNodeCollection. If the node does not have a name, Name returns an empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: