The PageInteractor 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 methodFindAnnotationInteractor
Find the annotation interactor of the given annotation.
Public methodInvalidate
Invoke this method to mark the apearance of this interactor invalid, so that it gets repainted.
(Inherited from Interactor.)
Protected methodIsOver
Specifies whether a certain coordinate is considered to be part of the interactor. This can be used for irregularly shaped interactors, or interactors with "holes". By default, this method returns true, which means that all coordinates within the interactor Rectangle are included.
(Inherited from Interactor.)
Protected methodOnAnnotationInteractorsCreated
Invoked after the child annotation interactors have been created, but before the annotations have been layed out. Override this method to additional child interactors.
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 this interactor from the controlled page and releases resources.
(Overrides WinFormsInteractor..::..OnDetached(EventArgs).)
Protected methodOnDragBegin
Invoked when the user starts to drag this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnDragDrop
Invoked when an object gets dropped over this page interactor. This override supports dragging (moving) of annotations.
(Overrides WinFormsInteractor..::..OnDragDrop(DragDropEventArgs).)
Protected methodOnDragEnd
Invoked after the user has dragged this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnDragEnter
Invoked when an object gets dragged into this page interactor. This override supports dragging (moving) of annotations.
(Overrides WinFormsInteractor..::..OnDragEnter(DragDropEventArgs).)
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 after the interactor got the focus.
(Inherited from WinFormsInteractor.)
Protected methodOnKeyDown
Raised when a key is pressed while this interactor has the focus.
(Inherited from WinFormsInteractor.)
Protected methodOnKeyUp
Raised when a key is released while this interactor has the focus.
(Inherited from WinFormsInteractor.)
Protected methodOnLostFocus
Invoked when the page interactor has lost focus.
(Overrides WinFormsInteractor..::..OnLostFocus(EventArgs).)
Protected methodOnMouseClick
Invoked when the mouse is clicked in the interactor, i.e. a mouse down event has occurred and the mouse button has been released in the interactor as well.
(Inherited from WinFormsInteractor.)
Protected methodOnMouseDoubleClick
Invoked when a double-click occurs in the interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnMouseDown
Starts panning, if the left mouse button is pressed.
(Overrides WinFormsInteractor..::..OnMouseDown(MouseEventArgs).)
Protected methodOnMouseEnter
Invoked when the mouse enters the interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnMouseHover
Invoked afer the mouse stays a short period of time in this interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnMouseLeave
Invoked when the mouse leaves the interactor.
(Inherited from WinFormsInteractor.)
Protected methodOnMouseMove
Implements panning.
(Overrides WinFormsInteractor..::..OnMouseMove(MouseEventArgs).)
Protected methodOnMouseUp
Stops panning.
(Overrides WinFormsInteractor..::..OnMouseUp(MouseEventArgs).)
Protected methodOnPaint
Invoked when the interactor must paint itself.
(Inherited from WinFormsInteractor.)
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 methodSendText
Sends the given text to the interator.
(Inherited from WinFormsInteractor.)

See Also