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