The interactor that this interactor is a child of.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Interactor Parent { get; }
Visual Basic
Public ReadOnly Property Parent As Interactor
	Get

Remarks

This propery may be null. In particular, it is null during construction of an interactor, as at that point, it has not yet been attached to its parent/

See Also