Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CefDragOperationsMask
Members
Member nameValueDescription
None0 
Copy1 
Link2 
Generic4 
Private8 
Move16 
Delete32 
Every4,294,967,295 
See Also