Treeview Methods
Am I missing something?
When running an app with a treeview control and a popup menu, I cannot select a node with a right mouse click. (not very clean). Therefore I must left mouse click the treeview, make sure the node I want is selected then right mouse click.
I keep trying to find a way to programatically select a node. I can GetChildAtPoint or GetNodeAt but this returns an unselected node.
Also, What does the parameter "key" in the method,TreeNodeCollection.Find(string key, bool children) search, the Text or Name property of the nodes? MSDN is silent on the subject.
Thanks in advance
|