Experimental: this API is experimental and might be changed or removed in the future.

IDropTarget.CanAcceptDrop

Switch to Manual
public bool CanAcceptDrop (List<ISelectable> selection);

Parameters

selectionSelected elements.

Returns

bool Returns true if the dragged source can be dropped on the target interface. Returns false otherwise.

Description

Indicates if the dragged source can be dropped on the target interface.