Hi,
When I replaced the "TreeView" controls with the new "TreeViewAdv" control, I experienced that the "Tag" property, known from the "TreeNode" class, is missing in the "TreeNodeAdv" class.
What's the reason for this? Is there any chance to get the "Tag" property in an update of the "Essential Tools" library?
Regards,
Holger
NG
Neal Granroth
July 1, 2003 12:48 PM UTC
You'll find the 'Tag' property in
TreeNodeAdv.NodeData
My guess is that this change is part of a plan to separate the node-state, node-display, and application-specific node data.
Hope this helps.
- Neal Granroth
HP
Holger Persch
July 2, 2003 02:46 AM UTC
Thanks!
Holger