KryptonDockingManagerDoDragDrop(Point, Point, Control, KryptonPageCollection) Method |
Generate an implementation of the IDragPageNotify class that will be used to handle the drag/drop operation.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual void DoDragDrop(
Point screenPoint,
Point elementOffset,
Control c,
KryptonPageCollection pages
)
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.
- pages KryptonPageCollection
- Set of pages requested to be dragged.
See Also