Ant Organisation Ltd documentation

ListBarManipulator.CanDrop Method 

Determines whether an object can be dropped at the coordinates specified Used by drag drop manager, during drag drop operations.

public bool CanDrop(
   int x,
   int y,
   DragObjectInfo dragObject
);

Parameters

x
x coordinate relative to this control
y
y coordinate relative to this control
dragObject
DragObjectInfo about the object being dragged

Return Value

True if the object can be dropped

Implements

DropTarget.CanDrop

See Also

ListBarManipulator Class | Ant.Workflow.Windows Namespace