MulticolumnListbox class/Drag/Drop.Allow Drag and Drop Outside Control property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 18D9903A
Scope Basic Development Environment
Data Name AllowDragOutsideControl
Short Name* AllowDragOutsideControl
Long Name* Drag/Drop:Allow Drag and Drop Outside Control
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 46
Owning Class Name MulticolumnListbox Class
Data Type Boolean data type

Boolean

Property Node Drag/Drop:Allow Drag and Drop Outside Control
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

If TRUE, this enables the control to drag items to other controls and accept drags from other controls.

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

You can use this property with the Drag/Drop:Allow Dragging and the Drag/Drop:Allow Dropping properties to allow data dragging to other controls and to accept data drops from other controls.

This property is similar to the Allow Drag Drop Outside Control item on the shortcut menu of a multicolumn listbox control.


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links