The child interactors of this interactor. This property may be null.

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

Syntax

C#
public InteractorCollection Childs { get; }
Visual Basic
Public ReadOnly Property Childs As InteractorCollection
	Get

Remarks

Interactors are only created when needed. The lifespan of an interactor is at least the time that it is visible on screen, but it can be longer.

One cannot assign a custom collection to this property, but it is possible to:

  • Have the interactor factory of the viewer that this interactor resides in create custom interactors.
  • Add additional interactors after the Childs have become instantiated.

See Also