Treeview Node Key

  • Thread starter Thread starter Adhal
  • Start date Start date
A

Adhal

This is probably a dumb question. But how do you get the key from a treeview node object?

thanks
 
This is probably a dumb question. But how do you get the key from a treeview node object?

thanks

Hi,

You don't :)

TreeNode has no Key

It does have a Tag property tough
 
Back
Top