Click or drag to resize

DragTargetIsMatch Method

Is this target a match for the provided screen position.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual bool IsMatch(
	Point screenPt,
	PageDragEndData dragEndData
)

Parameters

screenPt
Type: System.DrawingPoint
Position in screen coordinates.
dragEndData
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Data to be dropped at destination.

Return Value

Type: Boolean
True if a match; otherwise false.
See Also