Morpheus Posted September 22, 2003 Posted September 22, 2003 I have a treeview control and I would like to perform certain tasks depending on wich item is clicked in the control. How can I do that? Quote
*Experts* Volte Posted September 22, 2003 *Experts* Posted September 22, 2003 Use the TreeView.SelectedNode property to return the TreeNode object which is selected. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.