How do I: Add NodeName and NodeTag ?
Hello:
After I add a NodeText how do I add the Text and Tag to the same Node?
This is the line that I have to add the NodeName:
treeViewICEPack.Nodes.Add(NodeText);
Now I want to add the Name and Tag to the one just added. How do I do that? I looked for something like 'Selected' but cant find it. I am probably not looking in the right place.