CefDragOperationsMask Enumeration |
"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: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum CefDragOperationsMask
Members| Member name | Value | Description |
|---|
| None | 0 | |
| Copy | 1 | |
| Link | 2 | |
| Generic | 4 | |
| Private | 8 | |
| Move | 16 | |
| Delete | 32 | |
| Every | 4,294,967,295 | |
See Also