ChromiumWebBrowserStartDragging Method |
Version 63.0.0
Starts dragging.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax protected virtual bool StartDragging(
IDragData dragData,
DragOperationsMask mask,
int x,
int y
)
protected:
virtual bool StartDragging(
IDragData^ dragData,
DragOperationsMask mask,
int x,
int y
)
Parameters
- dragData
- Type: CefSharpIDragData
The drag data. - mask
- Type: CefSharpDragOperationsMask
The mask. - x
- Type: SystemInt32
The x. - y
- Type: SystemInt32
The y.
Return Value
Type:
Booleantrue if XXXX,
false otherwise.
See Also