Create a list box 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 CreateListBoxInteractor(
	Widget widget
)
Visual Basic
Protected Overridable Function CreateListBoxInteractor ( _
	widget As Widget _
) As WinFormsInteractor

Parameters

widget
Type: TallComponents.PDF.Annotations.Widgets..::..Widget
The PDF list box widget.

Return Value

The interactor.

See Also