The ResizeLayer type exposes the following members.

Methods

  NameDescription
Protected methodIsOver
Returns true if the given coordinate is part of the interactor.
(Inherited from InteractorLayer.)
Protected methodOnAttached
Invoked when the ResizeLayer becomes attached to an Interactor. The Interactor must implement the IRelocate interface for the resize layer to have any effect.
(Overrides InteractorLayer..::..OnAttached(EventArgs).)
Protected methodOnDetached
Invoked when the ResizeLayer becomes detached.
(Overrides InteractorLayer..::..OnDetached(EventArgs).)
Protected methodOnDragBegin
Invoked when the user starts dragging this interactor
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragDrop
Invoked when an object gets dropped on the extension.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragEnd
Invoked when the user stops dragging this interactor
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragEnter
Invoked when an object get dragged into the interactor. This will only happen when IsOver returns true for a given coordinate.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragLeave
Invoked when an object gets dragged outside interactor or when dragging gets cancelled.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragOver
Invoked when an object gets dragged over the extension.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragSelectMouseDown
Invoked when the mouse went down to drag a selection.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragSelectMouseUp
Invoked when the mouse goes up after dragging a selection.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnDragSelectMove
Invoked while dragging a selection when the selection rectangle overlaps this interactor.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnGotFocus
This override will add resize boxes to the interactor.
(Overrides WinFormsInteractorLayer..::..OnGotFocus(EventArgs).)
Protected methodOnKeyDown
Raised when a key is pressed while this interactor has the focus.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnKeyUp
Raised when a key is released while this interactor has the focus.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnLostFocus
This override will remove the resize boxes from the interactor.
(Overrides WinFormsInteractorLayer..::..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 widget as well.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnMouseDoubleClick
Invoked when the mouse is double-clicked in the interactor.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnMouseDown
Invoked when a mouse button goes down in the interactor.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnMouseEnter
Invoked when the mouse enters the interactor. This will only happen when IsOver returns true for a given coordinate. By default, this method will get OnMouseEnter invoked on the base interactor.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnMouseLeave
Invoked when the mouse leaves the interactor. This will only happen when IsOver returns false for a given coordinate.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnMouseMove
Invoked when the mouse moves over the extension.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnMouseUp
Invoked when the mouse button goes up in the interactor.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnPaint
Paints the extenstion.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnPaintDrag
Raises the PaintDrag event for the extended interactor.
(Inherited from WinFormsInteractorLayer.)
Protected methodOnPaintOver
Paints a drag rectangle over the interactor.
(Overrides WinFormsInteractorLayer..::..OnPaintOver(PaintEventArgs).)
Protected methodOnPaintShadow
Invoked before painting the interactor, with a coordinate system that is offset by the ShadowOffset.
(Inherited from WinFormsInteractorLayer.)

See Also