Create a radio button 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 CreateRadioButtonInteractor(
	RadioButtonWidget radioButtonWidget
)
Visual Basic
Protected Overridable Function CreateRadioButtonInteractor ( _
	radioButtonWidget As RadioButtonWidget _
) As WinFormsInteractor

Parameters

radioButtonWidget
Type: TallComponents.PDF.Annotations.Widgets..::..RadioButtonWidget
The PDF radio button widget.

Return Value

The interactor.

See Also