The ListBoxInteractor type exposes the following members.

Methods

  NameDescription
Public methodCreateOrientationTransform
Create a transformation that applies the given orientation to the interactor.
(Inherited from Interactor.)
Public methodEnsureVisible
Makes sure that the viewer scrolls this interactor into view.
(Inherited from WinFormsInteractor.)
Public methodInvalidate
Invoke this method to mark the apearance of this interactor invalid, so that it gets repainted.
(Inherited from Interactor.)
Protected methodIsOver
This override specifies whether the annotation reacts to user input. This takes into account the Hidden, and ReadOnly flags of the underlying PDF definition.
(Inherited from AnnotationInteractor.)
Protected methodOnAttached
Invoked when the interactor gets attached to its parent.
(Inherited from Interactor.)
Protected methodOnDeselected
Invoked when the interactor got removed from the current selection.
(Inherited from WinFormsInteractor.)
Protected methodOnDetached
Detaches from field (value changed) events.
(Inherited from ValueWidgetInteractor.)
Protected methodOnDragBegin
Invoked when the user starts to drag this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnDragDrop
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.
(Inherited from ValueWidgetInteractor.)
Protected methodOnDragEnd
Invoked after the user has dragged this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnDragEnter
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.
(Inherited from ValueWidgetInteractor.)
Protected methodOnDragLeave
Invoked when another object gets dragged outside the interactor, or when dragging gets cancelled.
(Inherited from WinFormsInteractor.)
Protected methodOnDragOver
Invoked when another object is dragged over this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnDragSelectMouseDown
Invoked when the mouse went down to drag a selection.
(Inherited from WinFormsInteractor.)
Protected methodOnDragSelectMouseMove
Invoked while dragging a selection when the selection rectangle overlaps this interactor. This method will add the corresponding interactor to the current selection if Selectable is true.
(Inherited from WinFormsInteractor.)
Protected methodOnDragSelectMouseUp
Invoked when the mouse goes up after dragging a selection.
(Inherited from WinFormsInteractor.)
Protected methodOnGotFocus
Invoked when the interactor got the focus. This override will make sure that the javascript focus action gets executed..
(Inherited from AnnotationInteractor.)
Protected methodOnKeyDown
Invoked as result of a keydown event.
(Overrides WinFormsInteractor..::..OnKeyDown(KeyboardEventArgs).)
Protected methodOnKeyUp
Raised when a key is released while this interactor has the focus.
(Inherited from WinFormsInteractor.)
Protected methodOnLostFocus
Invoked when the interactor looses focus. This override will make sure that the javascript blur action gets executed.
(Inherited from AnnotationInteractor.)
Protected methodOnMouseClick
Invoked as a result of a click platform event.
(Inherited from AnnotationInteractor.)
Protected methodOnMouseDoubleClick
Invoked when a double-click occurs in the interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnMouseDown
Invoked as result of a MouseDown platform event. This method will (de)select the corresponding list box item.
(Overrides AnnotationInteractor..::..OnMouseDown(MouseEventArgs).)
Protected methodOnMouseEnter
Invoked as a result of a mouse enter platform event.
(Inherited from AnnotationInteractor.)
Protected methodOnMouseHover
Invoked afer the mouse stays a short period of time in this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnMouseLeave
Invoked as a result of a mouse leave platform event.
(Inherited from AnnotationInteractor.)
Protected methodOnMouseMove
Invoked as result of a mouse move platform event.
(Overrides WinFormsInteractor..::..OnMouseMove(MouseEventArgs).)
Protected methodOnMouseUp
Invoked as a result of a mouse up platform event.
(Inherited from AnnotationInteractor.)
Protected methodOnPaint
Called as a result of a paint event.
(Inherited from AnnotationInteractor.)
Protected methodOnPaintDrag
Invoked when the interactor must paint a drag representation of itself.
(Inherited from WinFormsInteractor.)
Protected methodOnPaintOver
This method will be invoked after all child interactors have been painted.
(Inherited from WinFormsInteractor.)
Protected methodOnPaintShadow
Invoked to paint a shadow for this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnSelected
Invoked when the interactor got added to the current selection.
(Inherited from WinFormsInteractor.)
Public methodRelocate
Changes the location of the annotation so that it matches the current transformation of its interactor.
(Inherited from AnnotationInteractor.)
Public methodSendText
Sends the given text to the interator.
(Inherited from WinFormsInteractor.)

See Also