TreeView Xojo plugin
TreeViewNode.IndexOf Method
Finds a index of a child node relative to the parent.
IndexOf(
node
as
TreeViewNode
)
as
Integer
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