An Interactor represents a (Graphical) user interface element for a particular object. It acts as an intermediate between the object and its (graphical) presentation. The interactor controls the object by monitoring events, and updating the object accordingly.
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1
Syntax
| C# |
|---|
public abstract class Interactor |
| Visual Basic |
|---|
Public MustInherit Class Interactor |
Remarks
An single object may have multiple interactors.
Each interactor has a position in its surrounding coordinate system, and defines a coordinate system of its own. By default this is the same as the surrounding coordinate system, with the origin placed at the position of the interactor.
Inheritance Hierarchy
System..::..Object
TallComponents.Interaction..::..Interactor
TallComponents.Interaction.WinForms.Interactors..::..WinFormsInteractor
TallComponents.Interaction..::..Interactor
TallComponents.Interaction.WinForms.Interactors..::..WinFormsInteractor