Actions that the source object of a drag operation can perform.
Available in Mac OS X v10.3 and later.
| C# | Visual Basic | Visual C++ |
public enum WebDragSourceAction
Public Enumeration WebDragSourceAction
public enum class WebDragSourceAction
| Member | Description |
|---|---|
| WebDragSourceActionNone | No action. Available in Mac OS X v10.3 and later. |
| WebDragSourceActionDHTML | Allows DHTML (such as JavaScript) in the source object to initiate a drag operation. Available in Mac OS X v10.3 and later. |
| WebDragSourceActionImage | Allows the user to drag an image in the source object. Available in Mac OS X v10.3 and later. |
| WebDragSourceActionLink | Allows the user to drag a link in the source object. Available in Mac OS X v10.3 and later. |
| WebDragSourceActionSelection | Allows the user to drag a selection in the source object. Available in Mac OS X v10.3 and later. |
| WebDragSourceActionAny | 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)