DragDataDragOperationsMask Property |
Version 102.0.100
Bit field representing allowed drag operations. Copy = 1, Link = 2, Move = 16
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax public int DragOperationsMask { get; set; }
public:
property int DragOperationsMask {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also