Namespace TallComponents.Interaction.WPF.Interactors.Annotations.Widgets
Class DropDownListInteractor
A WinForms interactor for drop down list PDF widgets.
Syntax
public class DropDownListInteractor : SingleLineTextBoxInteractor
Constructors
Properties
Methods
Void OnAttached(EventArgs)
Invoked when the DropDownListInteractor gets attached to its parent.
Void OnDetached(EventArgs)
Invoked when the DropDownistInteractor gets detached from its parent.
Void OnKeyDown(KeyboardEventArgs)
Raised as result of a key down platform event.
Void OnLostFocus(EventArgs)
Invoked when the DropDownistInteractor looses focus.
Void OnMouseDown(MouseEventArgs)
Invoked as a result of a mouse down event.
Void OnPaint(PaintEventArgs)
Invoked as result of a paint event, but only for drop down lists that are not hidden.