Click or drag to resize

KryptonDockingManagerDoDragDrop(Point, Point, Control, KryptonDockingFloatingWindow) Method

Generate an implementation of the IDragPageNotify class that will be used to handle the drag/drop operation.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void DoDragDrop(
	Point screenPoint,
	Point elementOffset,
	Control c,
	KryptonDockingFloatingWindow window
)

Parameters

screenPoint  Point
Screen point of the mouse for the drag operation.
elementOffset  Point
Offset from top left of element causing the drag.
c  Control
Control that started the drag operation.
window  KryptonDockingFloatingWindow
Reference to floating window element that should be dragged.
See Also