WebControl.AcceptRawDataDrop
From Xojo Documentation
Method
WebControl.AcceptRawDataDrop(acceptedActions As Integer, mimeType As String)
New in 2015r3
Supported for all project types and targets.
New in 2015r3
Supported for all project types and targets.
Allows the control to accept a raw data drop of a WebDragItem.
Notes
Only these controls can accept drops:
- WebLabel
- WebTextField
- WebTextArea
- WebSearchField
- WebLink
- WebContainer
- WebImageView
- WebRectangle
- WebCanvas
- WebControlWrapper
Controls which are not draggable and/or droppable will display a message in the Messages pane if any of the drag method are used on them.