Drag/Drop:Drag Mode Property

LabView Local Project Settings

Drag/Drop:Drag Mode Property

Short Name: Drag Mode

Installed With: Base Package

Class: ListBox Properties

Sets the default behavior for a drag and drop operation for the control. If you set copy only, LabVIEW only supports copying data during drag and drop operations. If you set move only, LabVIEW only supports moving data during drag and drop operations. If you set copy and move, LabVIEW supports both copying and moving data during the drag and drop operation. The settings only apply 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 listbox control.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo