DragDropInfo.IsInternal 属性

定义

确定是否已从编辑器内启动了拖放操作。

public:
 property bool IsInternal { bool get(); };
public:
 property bool IsInternal { bool get(); };
public bool IsInternal { get; }
member this.IsInternal : bool
Public ReadOnly Property IsInternal As Boolean

属性值

Boolean

如果已从编辑器内启动了拖放操作,则为 true; 否则为 false。

适用于