RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Paragraph Class / EnumerateSubtree Method

In This Topic
    EnumerateSubtree Method (C1Paragraph)
    In This Topic
    Enumerates all elements in the sub tree where this element is root.
    Syntax
    'Declaration
     
    
    Public Function EnumerateSubtree() As IEnumerable(Of C1TextElement)
    public 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