This property relates to the DD_EnterDrag, DD_DragOver and DD_Drop events.
This property specifies what action would be performed if the user released the mouse button at the current position. It is updated by the destination object (located beneath the mouse pointer), with the DD_EnterDrag and DD_DragOver events.
It is used by the system to determine the shape of the mouse pointer, and by the destination object with the DD_Drop event.
Drag and drop operations can only be successfully completed if the destination object accepts a copy or move action upon the DD_DragOver event.
Adelia type |
NUM_BIN_4 |
Accessibility |
Read only mode for the DD_Drop event. Write only mode for the DD_EnterDrag and DD_DragOver events. |
Associated constants |
|
_DD_ACTION_NONE |
The drop is not authorized. |
_DD_ACTION_MOVE |
Data can be moved to the destination object. |
_DD_ACTION_COPY |
Data can be copied to the destination object. |