Click or drag to resize

DragTargetControlEdgeIsMatch Method

Is this target a match for the provided screen position.

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 override bool IsMatch(
	Point screenPt,
	PageDragEndData dragEndData
)

Parameters

screenPt  Point
Position in screen coordinates.
dragEndData  PageDragEndData
Data to be dropped at destination.

Return Value

Boolean
True if a match; otherwise false.
See Also