LayoutIterator.MoveNext Method
| Name | Parameters | Description |
|---|---|---|
| MoveNext() | none | Navigates to the next layout element in the layout tree. |
| MoveNext(LayoutLevel, Boolean) | layoutLevel, allowTreeTraversal | Navigates to the next layout element of the specified level in the layout tree and allows you to stay within the same branch. |
| MoveNext(LayoutLevel) | layoutLevel | Navigates to the next layout element of the specified level in the layout tree. |