Click or drag to resize

KryptonDockingManagerDoDragDrop Method (Point, Point, Control, KryptonPageCollection)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void DoDragDrop(
	Point screenPoint,
	Point elementOffset,
	Control c,
	KryptonPageCollection pages
)

Parameters

screenPoint
Type: System.DrawingPoint
Screen point of the mouse for the drag operation.
elementOffset
Type: System.DrawingPoint
Offset from top left of element causing the drag.
c
Type: System.Windows.FormsControl
Control that started the drag operation.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageCollection
Set of pages requested to be dragged.
See Also