INodeWithDrag Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a node to indicate whether it supports dragging.
public interface class INodeWithDrag
public interface INodeWithDrag
type INodeWithDrag = interface
Public Interface INodeWithDrag
Properties
CanDrag |
Gets a value indicating whether the node supports dragging. |
Methods
UpdateData(DataObject) |
Adds the drag data for the node to the DataObject. |