CefDragOperationsMask EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

"Verb" of a drag-and-drop operation as negotiated between the source and destination. These constants match their equivalents in WebCore's DragActions.h and should not be renumbered.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public enum CefDragOperationsMask
Members

  Member nameValueDescription
None0
Copy1
Link2
Generic4
Private8
Move16
Delete32
Every4294967295
See Also