Ant Organisation Ltd documentation

DragDropManager.AddTarget Method 

Adds a new drag-drop target to the manager.

public void AddTarget(
   Target target,
   Control control
);

Parameters

target
Target to add.
control
Reference control for the target. The targets coordinates are relative to this.

See Also

DragDropManager Class | Ant.Shared.Windows.DragDrop Namespace