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