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

IDropTarget.CanAcceptDrop

切换到手册
public bool CanAcceptDrop (List<ISelectable> selection);

参数

selection选择的元素。

返回

bool 如果可以将拖动的源放置到目标接口上,则返回 true。否则返回 false。

描述

指示是否可以将拖动的源放置到目标接口上。