[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.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Copy | 1 | ||
Link | 2 | ||
Generic | 4 | ||
Private | 8 | ||
Move | 16 | ||
Delete | 32 | ||
Every | 4294967295 |
See Also