| TreeView REALbasic Plugin |
|
TreeViewNode.IndexOf Method
Finds a index of a child node relative to the parent.
Parameters
- node
- The node to look for.
Returns
- Integer
- The index of the node relative to the parent or -1 if not found.
Remarks
See Also
TreeViewNode Class