I don't see a way to unselect a node in a TreeView object programmatically. I am using VS2008 and C#.
What is strange is that the VS2008 MSDN docs state that you just use TreeNode.Selected method to.
It says "Gets or sets a value that indicates whether the node is selected.
However, there is no Selected method for TreeNode when using VS2008.
Anybody have a workaround or correction?
Thanks,
Ted
Start Free Trial