Click or drag to resize

IDockingElementPropogateDragTargets 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void PropogateDragTargets(
	KryptonFloatingWindow floatingWindow,
	PageDragEndData dragData,
	DragTargetList targets
)

Parameters

floatingWindow
Type: Internal.ComponentFactory.Krypton.DockingKryptonFloatingWindow
Reference to window being dragged.
dragData
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Set of pages being dragged.
targets
Type: Internal.ComponentFactory.Krypton.NavigatorDragTargetList
Collection of drag targets.
See Also