Returns the list of parents from the root.

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

Syntax

C#
public List<C1TextElement> GetParents()
Visual Basic
Public Function GetParents As List(Of C1TextElement)

Return Value

The list of parents from the root.

See Also