A WinForms interactor for winforms controls. This interactor allows one to add WinForms controls as a child to any interactor.

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

Syntax

C#
public class WinFormsControlInteractor<ControlType> : WinFormsInteractor
where ControlType : Control
Visual Basic
Public Class WinFormsControlInteractor(Of ControlType As Control) _
	Inherits WinFormsInteractor

Type Parameters

ControlType
The type of the control that this interactor encapsulates.

Inheritance Hierarchy

System..::..Object
  TallComponents.Interaction..::..Interactor
    TallComponents.Interaction.WinForms.Interactors..::..WinFormsInteractor
      TallComponents.Interaction.WinForms.Interactors..::..WinFormsControlInteractor<(Of <(<'ControlType>)>)>

See Also