G
Guest
If I have "Handle" of a TreeNode, how can I refer to the treenode?
For example, if the treenode is tn then I want to get tn.Text or tn.Index.
In other words, TreeNode has its pointer property as Handle, how do I
crossreference?
For example, if the treenode is tn then I want to get tn.Text or tn.Index.
In other words, TreeNode has its pointer property as Handle, how do I
crossreference?