DragOperationsMask Enumeration |
Version 63.0.0
"Verb" of a drag-and-drop operation as negotiated between the source and destination.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax [FlagsAttribute]
public enum DragOperationsMask
[FlagsAttribute]
public enum class DragOperationsMask
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Copy | 1 | |
| Link | 2 | |
| Generic | 4 | |
| Private | 8 | |
| Move | 16 | |
| Delete | 32 | |
| Every | 4294967295 | |
See Also