acceptDrop | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Specifies whether a drop will be accepted during a drag and drop. Deprecated |
Introduced | 2.0 |
Deprecated | 2.9 |
Platforms | desktop |
Example |
|
Related | Glossary: object, property, handler, drag and drop Message: dragEnter, dragEnd |
Description | The acceptDrop property is deprecated as of version 2.9. Setting the acceptDrop to true is equivalent to setting the dragAction to "copy". In previous versions, setting the acceptDrop property in an object's dragEnter handler allowed it to accept drops. |
Tags | ui |