I have a simple treeview (treeview1) to which I have added two nodes
(nodeA and nodeB) which have n levels of child nodes.
What I want is to be able to identify whether the child node I select
is under NodeA or NodeB. I can do this by splitting the
selectednode.fu llpath of the child node but there must be a better
way.
Can any kind soul can enlighten me?
Cheers
Pete
(nodeA and nodeB) which have n levels of child nodes.
What I want is to be able to identify whether the child node I select
is under NodeA or NodeB. I can do this by splitting the
selectednode.fu llpath of the child node but there must be a better
way.
Can any kind soul can enlighten me?
Cheers
Pete
Comment