Hi,
I'm trying to create a custom TreeNode or add an (int) key to the TreeNode class. I want this to be used by the TreeView control
I've written a class derived from TreeNode, but don't know how to use it with the TreeView control so that I can access this key value.
Can anyone help me or point me in the right direction
I'm trying to create a custom TreeNode or add an (int) key to the TreeNode class. I want this to be used by the TreeView control
I've written a class derived from TreeNode, but don't know how to use it with the TreeView control so that I can access this key value.
Can anyone help me or point me in the right direction