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

IDropTarget.CanAcceptDrop

매뉴얼로 전환
public bool CanAcceptDrop (List<ISelectable> selection);

파라미터

selectionSelected elements.

반환

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

설명

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