The WinFormsInteractor 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.
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 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.
Protected methodOnDetached
Invoked when the interactor gets detached from its parent.
(Overrides Interactor..::..OnDetached(EventArgs).)
Protected methodOnDragBegin
Invoked when the user starts to drag this interactor.
Protected methodOnDragDrop
Invoked when another object is dropped on this interactor.
Protected methodOnDragEnd
Invoked after the user has dragged this interactor.
Protected methodOnDragEnter
Invoked when another object gets dragged into this interactor.
Protected methodOnDragLeave
Invoked when another object gets dragged outside the interactor, or when dragging gets cancelled.
Protected methodOnDragOver
Invoked when another object is dragged over this interactor.
Protected methodOnDragSelectMouseDown
Invoked when the mouse went down to drag a selection.
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.
Protected methodOnDragSelectMouseUp
Invoked when the mouse goes up after dragging a selection.
Protected methodOnGotFocus
Invoked after the interactor got the focus.
Protected methodOnKeyDown
Raised when a key is pressed while this interactor has the focus.
Protected methodOnKeyUp
Raised when a key is released while this interactor has the focus.
Protected methodOnLostFocus
Invoked after the interactor lost the focus.
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.
Protected methodOnMouseDoubleClick
Invoked when a double-click occurs in the interactor.
Protected methodOnMouseDown
Invoked when a mouse button goes down in the interactor.
Protected methodOnMouseEnter
Invoked when the mouse enters the interactor.
Protected methodOnMouseHover
Invoked afer the mouse stays a short period of time in this interactor.
Protected methodOnMouseLeave
Invoked when the mouse leaves the interactor.
Protected methodOnMouseMove
Invoked when the mouse moves over this interactor.
Protected methodOnMouseUp
Invoked when the mouse button goes up in the interactor.
Protected methodOnPaint
Invoked when the interactor must paint itself.
Protected methodOnPaintDrag
Invoked when the interactor must paint a drag representation of itself.
Protected methodOnPaintOver
This method will be invoked after all child interactors have been painted.
Protected methodOnPaintShadow
Invoked to paint a shadow for this interactor.
Protected methodOnSelected
Invoked when the interactor got added to the current selection.
Public methodSendText
Sends the given text to the interator.

See Also