This is a custom DropTarget object designed to match drop behavior to the feedback given by the custom Drag Object's GiveFeedback() method.

DataTreeDropTarget contains the following public methods:

MethodDescription
ClearSourceNodeData() Clears Data from the Tree Node Data Object
ClearClipData() Clears Data from the Clip Creation Data Object
OnEnter() No description
OnLeave() No description
OnDrop() No description
OnData() No description
OnDragOver() OnDragOver(self, int x, int y, int def) -> int
SetDataObject() SetDataObject(self, DataObject dataObject)
GetDefaultAction() GetDefaultAction(self) -> int
base_OnDrop() Please use DropTarget.OnDrop instead.
base_OnDragOver() Please use DropTarget.OnDragOver instead.
SetDefaultAction() SetDefaultAction(self, int action)
GetDataObject() GetDataObject(self) -> DataObject
base_OnEnter() Please use DropTarget.OnEnter instead.
GetData() GetData(self) -> bool
base_OnLeave() Please use DropTarget.OnLeave instead.

DataTreeDropTarget contains the following public properties:

PropertyDescription
DataObject See `GetDataObject` and `SetDataObject`
DefaultAction See `GetDefaultAction` and `SetDefaultAction`
thisown The membership flag