TDragAction
TDragAction = (dsDragEnter, dsDragLeave, dsDragMove);
Kind of drag-and-drop action reported while an object is dragged over the video window.
| Value | Description |
|---|---|
dsDragEnter |
the dragged object enters the window |
dsDragLeave |
the dragged object leaves the window |
dsDragMove |
the dragged object moves inside the window |