Link to home
Start Free TrialLog in
Avatar of TALJr
TALJr

asked on

How to: unselect a TreeNode (Window Forms and VS2008)?

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
ASKER CERTIFIED SOLUTION
Avatar of sjturner2
sjturner2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial