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

StackNode.CanAcceptDrop

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

参数

selection"The selected GraphElements to be checked.

返回

bool Returns true if this StackNode accepts the current drop event. Returns false otherwise.

描述

Indicates whether this StackNode accepts the current drop event.