Click or drag to resize

KryptonWorkspaceGenerateDragTargets Method (PageDragEndData, KryptonPageFlags)

Generate a list of drag targets that are relevant to the provided end data.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual DragTargetList GenerateDragTargets(
	PageDragEndData dragEndData,
	KryptonPageFlags allowFlags
)

Parameters

dragEndData
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Pages data being dragged.
allowFlags
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageFlags
Only drop pages that have one of these flags set.

Return Value

Type: DragTargetList
List of drag targets.
See Also