Create a password 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 CreatePasswordTextBoxInteractor(
	Widget textWidget
)
Visual Basic
Protected Overridable Function CreatePasswordTextBoxInteractor ( _
	textWidget As Widget _
) As WinFormsInteractor

Parameters

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

Return Value

The interactor.

See Also