RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RunView Class / Parent Property

In This Topic
    Parent Property (C1RunView)
    In This Topic
    Gets the parent of this C1TextElementView, or null if this is the root of the tree.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As C1TextElementView
    public C1TextElementView Parent {get;}
    See Also