IDropTarget.CanAcceptDrop
public bool CanAcceptDrop(List<ISelectable> selection);
Parameters
| selection | Selected 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.