Creates a particular type of interactor.

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

Syntax

C#
public abstract class InteractorFactory<InteractorType>
where InteractorType : Object
Visual Basic (Declaration)
Public MustInherit Class InteractorFactory(Of InteractorType As Object)

Type Parameters

InteractorType
The type of the interactors that this factory creates.

Inheritance Hierarchy

See Also