Check box control.

Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public CheckBoxInteractor(
	CheckBoxWidget pdfCheckBoxWidget
)
Visual Basic
Public Sub New ( _
	pdfCheckBoxWidget As CheckBoxWidget _
)

Parameters

pdfCheckBoxWidget
Type: TallComponents.PDF.Annotations.Widgets..::..CheckBoxWidget
The PDF check box definition.

See Also