INodeWithDrag 接口

定义

允许节点指示是否支持拖拽。

public interface class INodeWithDrag
public interface INodeWithDrag
type INodeWithDrag = interface
Public Interface INodeWithDrag

属性

名称 说明
CanDrag

获得一个值,表示该节点是否支持拖拽。

方法

名称 说明
UpdateData(DataObject)

将该节点的拖拽数据添加到DataObject中。

适用于