Creates a new WinForms interactor for the given object.

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

Syntax

C#
public WinFormsInteractor(
	Object obj
)
Visual Basic
Public Sub New ( _
	obj As Object _
)

Parameters

obj
Type: System..::..Object
The object.

See Also