Create an (editable) drop down list 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 CreateDropDownListInteractor(
	Widget textWidget
)
Visual Basic
Protected Overridable Function CreateDropDownListInteractor ( _
	textWidget As Widget _
) As WinFormsInteractor

Parameters

textWidget
Type: TallComponents.PDF.Annotations.Widgets..::..Widget
The PDF drop down list widget.

Return Value

The interactor.

See Also