ComponentOne RichTextBox for WPF and Silverlight
EnumerateSubtree Method (C1TextElement)

C1.WPF.RichTextBox.Documents Namespace > C1TextElement Class : EnumerateSubtree Method
Enumerates all elements in the sub tree where this element is root.
Syntax
'Declaration
 
Public Function EnumerateSubtree() As System.Collections.Generic.IEnumerable(Of C1TextElement)
public System.Collections.Generic.IEnumerable<C1TextElement> EnumerateSubtree()

Return Value

The enumeration of all elements in the sub tree.
Remarks
The elements are enumerated in depth-first order.
See Also

Reference

C1TextElement Class
C1TextElement Members