Ant Organisation Ltd documentation

DragSource.CanStartDrag Method 

Tests whether a drag is allowed from this item at the specified point.

bool CanStartDrag(
   int x,
   int y
);

Parameters

x
x-coordinate of drag point.
y
y-coordinate of drag point.

Return Value

True if a drag is allowed.

See Also

DragSource Interface | Ant.Shared.Windows.DragDrop Namespace