Creates an interactor for a WinForms control.

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

Syntax

C#
public WinFormsControlInteractor(
	ControlType control
)
Visual Basic
Public Sub New ( _
	control As ControlType _
)

Parameters

control
Type: ControlType
The WinForms control.

See Also