MobileForms Toolkit Documentation

NodeCollection.Remove Method 

Removes the first occurrence of a specific Node from the NodeCollection.

public void Remove(
Node node
);

Parameters

node
The Node to remove from the NodeCollection.

Remarks

Used by the Delete method.

See Also

NodeCollection Class | Resco.Controls.AdvancedTree Namespace