ComponentOne RichTextBox for UWP
GetParents Method

C1.Xaml.RichTextBox.Documents Namespace > C1TextElement Class : GetParents Method
Returns the list of parents from the root.
Syntax
'Declaration
 
Public Function GetParents() As System.Collections.Generic.List(Of C1TextElement)
public System.Collections.Generic.List<C1TextElement> GetParents()

Return Value

The list of parents from the root.
See Also

Reference

C1TextElement Class
C1TextElement Members