Hi
I have a treeview control. I just want the user to edit the text of a node for the some specified nodes alone.
In treeview control i have labeledit property which makes the text editable for all nodes in the tree but i want only the corresponding node text to be editable..
Some thing like
treeview1.nodes[1].edit=true........
Anyway to do it...
Thanks in advance.