MonobjcMonobjc Documented Class Library
WebDragDestinationAction Enumeration
NamespacesMonobjc.WebKitWebDragDestinationAction

Actions that the destination object of a drag operation can perform.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum WebDragDestinationAction
Public Enumeration WebDragDestinationAction
public enum class WebDragDestinationAction
Members
MemberDescription
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.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)