Create a single line text widget interactor.

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

Syntax

C#
protected virtual WinFormsInteractor CreateSingleLineTextBoxInteractor(
	Widget textWidget
)
Visual Basic
Protected Overridable Function CreateSingleLineTextBoxInteractor ( _
	textWidget As Widget _
) As WinFormsInteractor

Parameters

textWidget
Type: TallComponents.PDF.Annotations.Widgets..::..Widget
The PDF text widget.

Return Value

The interactor.

See Also