Namespace TallComponents.Interaction.WPF.Interactors.Annotations.Widgets
Class ValueWidgetInteractor
An interactor for a PDF value widget.
Syntax
public class ValueWidgetInteractor : WidgetInteractor
Properties
String Text
Provides access to a text representation of the value of
the widget interactor.
ValueField ValueField
The ValueField that this interactor controls.
Methods
Void OnDetached(EventArgs)
Detaches from field (value changed) events.
Void OnDragDrop(DragDropEventArgs)
Invoked when an object gets dropped on to this interactor. If the dragged object can
be converted to (unicode) text, the value of the widget will be set to it.
Void OnDragEnter(DragDropEventArgs)
Invoked when an object gets dragged into this interactor. This override will
indicate that it support copying for objects that can be converted to (unicode) text.