Ant Organisation Ltd documentation

ListBarManipulator.StartDrag Method 

Informs the drag source that a drag drop operation is starting Used by drag drop manager, during drag drop operations.

public bool StartDrag(
   int x,
   int y,
   DragObjectInfoInit objectInfo
);

Parameters

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

Return Value

True if the object can be dragged

Implements

DragSource.StartDrag

See Also

ListBarManipulator Class | Ant.Workflow.Windows Namespace