Creates a particular type of interactor.
Namespace: TallComponents.InteractionAssembly: 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
System..::..Object
TallComponents.Interaction..::..InteractorFactory<(Of <(<'InteractorType>)>)>
TallComponents.Interaction.WinForms.Factories..::..AnnotationInteractorFactory
TallComponents.Interaction.WinForms.Factories..::..DocumentInteractorFactory
TallComponents.Interaction.WinForms.Factories..::..PageInteractorFactory
TallComponents.Interaction..::..InteractorFactory<(Of <(<'InteractorType>)>)>
TallComponents.Interaction.WinForms.Factories..::..AnnotationInteractorFactory
TallComponents.Interaction.WinForms.Factories..::..DocumentInteractorFactory
TallComponents.Interaction.WinForms.Factories..::..PageInteractorFactory