IDockingElementPropogateDragTargets Method |
Propogates a request for drag targets down the hierarchy of docking elements.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid PropogateDragTargets(
KryptonFloatingWindow floatingWindow,
PageDragEndData dragData,
DragTargetList targets
)
Parameters
- floatingWindow KryptonFloatingWindow
- Reference to window being dragged.
- dragData PageDragEndData
- Set of pages being dragged.
- targets DragTargetList
- Collection of drag targets.
See Also