Version: 2021.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

IDropTarget.CanAcceptDrop

マニュアルに切り替える
public bool CanAcceptDrop (List<ISelectable> selection);

パラメーター

selection Selected 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.