Ant Organisation Ltd documentation

ListBarManipulator.CanStartDrag Method 

Asks the drag source whether a drag drop operation can start Used by drag drop manager, during drag drop operations.

public bool CanStartDrag(
   int x,
   int y
);

Parameters

x
x coordinate relative to this control
y
y coordinate relative to this control

Return Value

True if the object can be dragged

Implements

DragSource.CanStartDrag

See Also

ListBarManipulator Class | Ant.Workflow.Windows Namespace