Actions that the destination object of a drag operation can perform.
Available in Mac OS X v10.3 and later.
| C# | Visual Basic | Visual C++ |
public enum WebDragDestinationAction
Public Enumeration WebDragDestinationAction
public enum class WebDragDestinationAction
| Member | Description |
|---|---|
| WebDragDestinationActionNone | No action. Available in Mac OS X v10.3 and later. |
| WebDragDestinationActionDHTML | Allows DHTML (such as JavaScript) to handle the drag. Available in Mac OS X v10.3 and later. |
| WebDragDestinationActionEdit | Allows editable documents to be changed by the drag operation. Available in Mac OS X v10.3 and later. |
| WebDragDestinationActionLoad | Allows the drag operation to change the location. Available in Mac OS X v10.3 and later. |
| WebDragDestinationActionAny | Allows any defined action to occur. Available in Mac OS X v10.3 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)