How to Change a Tree Node
The “tree node” is a part of the .NET framework that organizes data in a hierarchical tree structure. Each node can be edited and changed individually through the .NET code. The "tree node" category falls under the “Tree View” class, but one tree view will generally have multiple, perhaps many, tree nodes. You can even nest tree nodes, building a family tree-like hierarchy where multiple sub-nodes attach to one node. Does this Spark an idea?
Instructions
-
-
1
Hit CTRL+F then type in TreeNode to find the tree nodes.
-
2
Check the highlight box in the search field to highlight all of the tree nodes in your code. Since “TreeNode” will only appear once per node, each highlight marks the start of a new node.
-
-
3
Change the black text following “TreeNode” to change the text displayed with that node.
-
4
Hit CTRL+S to save the code when you finish.
-
1