Click or drag to resize

DefaultRenderHandlerUpdateDragCursor Method

Version 130.1.90
Called when the web view wants to update the mouse cursor during a drag & drop operation.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public virtual void UpdateDragCursor(
	DragOperationsMask operation
)

Parameters

operation  DragOperationsMask
describes the allowed operation (none, move, copy, link).

Implements

IRenderHandlerUpdateDragCursor(DragOperationsMask)
See Also