MobileForms Toolkit Documentation

NodeCollection Class

Collection of Nodes for an AdvancedTree.

For a list of all members of this type, see NodeCollection Members.

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedTree.NodeCollection

public sealed class NodeCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

NodeCollection is derived from CollectionBase and supports Add, Insert and Remove methods. The Node can only be in one NodeCollection at a time. Whether the Node is in collection can be determined by the Contains method. The index of the node can be determined by the IndexOf method. Node collection can be accessed through the indexer Item.

Requirements

Namespace: Resco.Controls.AdvancedTree

Assembly: Resco.AdvancedTree.CF3 (in Resco.AdvancedTree.CF3.dll)

See Also

NodeCollection Members | Resco.Controls.AdvancedTree Namespace