Click or drag to resize
ChromiumWebBrowserStartDragging Method
Version 63.0.0
Starts dragging.

Namespace: CefSharp.OffScreen
Assembly: 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
)

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: Boolean
true if XXXX, false otherwise.
See Also