Test For Tree Node Status

  • Thread starter Thread starter WStoreyII
  • Start date Start date
W

WStoreyII

I need to find a way so that a user can select a node and then click a
button and then i can see if the node is a parent child granchild ect. how
is this done?

WStoryeII
 
Hi WStorey,

dotNet is build on nodes, parentnodes and childnodes.

Most nodes have a property parent and a property child

Cor
 
Back
Top