The controlled object.

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

Syntax

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

Remarks

Rather than reassiging objects to an existing interactor, a new interactor should be created for each object. This means that once an interactor has been created for a particular type of object, that the interactor may assume that the type of the object will not change.

See Also