MobileForms Toolkit Documentation

NodeCollection.Add Method 

Adds a Node to the end of the NodeCollection.

public int Add(
Node node
);

Parameters

node
The NodeTemplate to be added to the end of the NodeCollection.

Return Value

The position into which the new element was inserted.

See Also

NodeCollection Class | Resco.Controls.AdvancedTree Namespace