A winforms interactor for PDF widgets that have a binary state. This interactor
provides two things:
Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets- Toggling the state via the space bar.
- Drawing a dashed border when the interactor gets the focus.
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
System..::..Object
TallComponents.Interaction..::..Interactor
TallComponents.Interaction.WinForms.Interactors..::..WinFormsInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations..::..AnnotationInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..WidgetInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..ValueWidgetInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..ToggleInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..CheckBoxInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..RadioButtonInteractor
TallComponents.Interaction..::..Interactor
TallComponents.Interaction.WinForms.Interactors..::..WinFormsInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations..::..AnnotationInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..WidgetInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..ValueWidgetInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..ToggleInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..CheckBoxInteractor
TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets..::..RadioButtonInteractor