Drag/Drop:Drag Mode Property
Short Name: Drag Mode
Installed With: Base Package
Class: TreeControl 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 and drop items within controls.
This property is similar to the Drag Mode item on the shortcut menu of a tree control.
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | Yes |
Permissions | Read/Write |
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 disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |