ui.DragDrop.AddPossibleOperation()

The AddPossibleOperation() method is used to specify the additional operations for the Drag and Drop event.

The method needs a string argument specifying the operation type. The possible argument values are given in the table below:

 

Parameter

Description

Copy

Makes Drag and Drop actions copy the source object

Move

Makes Drag and Drop actions move the source object

NULL

Makes the program cancel/deny the Drag and Drop process