Creates a particular type of interactor.

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

Syntax

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

Type Parameters

InteractorType
The type of the interactors that this factory creates.

Inheritance Hierarchy

See Also