A winforms interactor for PDF widgets that have a binary state. This interactor provides two things:
  • Toggling the state via the space bar.
  • Drawing a dashed border when the interactor gets the focus.

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 class ToggleInteractor : ValueWidgetInteractor
Visual Basic
Public Class ToggleInteractor _
	Inherits ValueWidgetInteractor

Inheritance Hierarchy

See Also