Create a check 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 CreateCheckBoxInteractor(
	CheckBoxWidget checkBoxWidget
)
Visual Basic
Protected Overridable Function CreateCheckBoxInteractor ( _
	checkBoxWidget As CheckBoxWidget _
) As WinFormsInteractor

Parameters

checkBoxWidget
Type: TallComponents.PDF.Annotations.Widgets..::..CheckBoxWidget
The PDF check box widget.

Return Value

The interactor.

See Also