C1.Silverlight.RichTextBox.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.