The controlled object.

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

Syntax

C#
public Object Object { get; }
Visual Basic (Declaration)
Public ReadOnly Property Object As Object

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