Short Name: DragMode
Requires: Base Development System
Class: MulticolumnListbox Properties
To Use: Create a property.
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.
0 | copy or move—LabVIEW supports both copying and moving data during drag and drop operations. |
1 | copy only—LabVIEW only supports copying data during drag and drop operations. |
2 | move only—LabVIEW only supports moving data during drag and drop operations. |
The following table lists the characteristics of this property.
Data type | |
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 |