treeView_NodeMouseClick Event
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Can anyone tell me how do I display the selected Node name of a treeView in a text box. I have treeView containing Nodes(e.g. strings), When the user clicks on a particular string in the treeView, that string should get displayed into a textBox. What code do I need to write in treeView_NodeMouseClick event.