MobileForms Toolkit Documentation

NodeCollection.IndexOf Method 

Searches for the specified Node and returns the zero-based index of the first occurrence within the entire NodeCollection.

public int IndexOf(
Node node
);

Parameters

node
The Node to locate in the NodeCollection.

Return Value

The zero-based index of the first occurrence of value within the entire NodeCollection, if found; otherwise, -1.

See Also

NodeCollection Class | Resco.Controls.AdvancedTree Namespace