TreeControl class/Drag/Drop.Allow Dropping property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 756A3C47
Scope Basic Development Environment
Data Name Allow Drop
Short Name* Allow Dropping
Long Name* Drag/Drop:Allow Dropping
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 66
Owning Class Name TreeControl Class
Data Type Boolean data type

Boolean

Property Node Drag/Drop:Allow Dropping
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, LabVIEW automatically accepts drops containing the LV_TREE_TAG, LV_TEXT, or LV_TREE_ITEMS data types. The LV_TREE_TAG data type is a string that represents the tag from which you drag. The LV_TEXT data type is of type string. The LV_TREE_ITEMS data type is an array of a cluster containing an array of strings, from left to right, in the item you are dragging, an integer representing the glyph index associated with the item from which you are dragging data, and an integer representing the indent level of the item from which you are dragging.

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

This property is similar to the Allow Dropping item on the shortcut menu of a tree control.


Uses

History

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

See Also

External Links