INodeWithDrag 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許節點指示是否支援拖曳。
public interface class INodeWithDrag
public interface INodeWithDrag
type INodeWithDrag = interface
Public Interface INodeWithDrag
屬性
| 名稱 | Description |
|---|---|
| CanDrag |
會得到一個值,表示該節點是否支援拖曳。 |
方法
| 名稱 | Description |
|---|---|
| UpdateData(DataObject) |
將該節點的拖曳資料加入 DataObject。 |