WebDragItem
From Xojo Documentation
Supported Platforms Project Types: Web Platforms: macOS, Windows, Linux |
Class (inherits from Object)
New in 2015r3
Contains the details for a control that was dragged and now dropped onto another control.
Properties | ||||
|
Methods | ||||||
|
Notes
- Internet Explorer 9 does not provide drag previews, although the correct cursor appears.
Constants
- DragActionNone = 0
- DragActionCopy = 1
- DragActionMove = 2
- DragActionLink = 4
- DragActionUnknown = 8 (for drags from outside the browser)
- DragActionAll = 15 (this may change in the future as browsers support more drag types)
To combine multiple drag actions, add them together. For example, to create an action that supports both copy and move: