TreeListNodeIterator Constructors
The Node Iterator.| Name | Parameters | Description |
|---|---|---|
| TreeListNodeIterator(TreeListNode, Boolean) | startNode, visibleOnly | Initializes a new instance of the TreeListNodeIterator class. |
| TreeListNodeIterator(TreeListNode) | startNode | Initializes a new instance of the TreeListNodeIterator class. |
| TreeListNodeIterator(TreeListNodeCollection, Boolean) | startNodes, visibleOnly | Initializes a new instance of the TreeListNodeIterator class. |
| TreeListNodeIterator(TreeListNodeCollection) | startNodes | Initializes a new instance of the TreeListNodeIterator class. |
See Also