Creates a new interactor for the argument object and includes the argument sub-interactors in it.

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

Syntax

C#
public Interactor(
	Object obj,
	InteractorCollection interactors
)
Visual Basic
Public Sub New ( _
	obj As Object, _
	interactors As InteractorCollection _
)

Parameters

obj
Type: System..::..Object
The object that this interactor will control.
interactors
Type: TallComponents.Interaction..::..InteractorCollection
The sub-interactors.

See Also