Sets the default behavior for a drag and drop operation for the control. The settings apply only when the control configured is the source of the drag and drop operation.

Use the Control events for more control over how users drag items within controls.

This property is similar to the Drag Mode item on the shortcut menu of a multicolumn listbox control.

Remarks

The following table lists the characteristics of this property.

Short Name DragMode
Data type cenum.png
Permissions Read/Write
Available in Run-Time Engine Yes
Available in Real-Time Operating System Yes
Settable when the VI is running Yes
Loads the front panel into memory No
Need to authenticate before use No
Loads the block diagram into memory No
Remote access allowed Yes
copy or move 0
LabVIEW supports both copying and moving data during drag and drop operations.
copy only 1
LabVIEW only supports copying data during drag and drop operations.
move only 2
LabVIEW only supports moving data during drag and drop operations.