Click or drag to resize

DockingElementPropogateDragTargets Method

Propogates a request for drag targets down the hierarchy of docking elements.

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 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.

Implements

IDockingElementPropogateDragTargets(KryptonFloatingWindow, PageDragEndData, DragTargetList)
See Also