fullDragData | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Provides access to the contents of the drag-and-drop clipboard. | ||||||
Introduced | 8.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: dragData, rawDragData Glossary: clipboard, drag and drop | ||||||
Description | Use the fullDragData to gain access to the system drag-and-drop clipboard. If the contents of the drag-and-drop clipboard were placed there by
another app, the clipboard will be automatically cleared when written
to. If you want to do this explicitly, use The If you require lower-level access to the drag-and-drop clipboard, see the rawDragData property. | ||||||
Tags | ui,drag-and-drop |