Can i tie a user object to a TreeNode in C#?
|
|
|
|
|
|
|
Yes. You can use the Tag property to store any user object for a particular tree node. http://msdn.microsoft.com/en-us/library/system.windows.forms.treenode.tag.aspx
|
||
|
