Enumerates all elements in the sub tree where this element is root.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1TextElement> EnumerateSubtree()
Visual Basic
Public Function EnumerateSubtree As IEnumerable(Of C1TextElement)

Return Value

The enumeration of all elements in the sub tree.

Remarks

The elements are enumerated in depth-first order.

See Also