ChromiumWebBrowserStartDragging Method |
Version 67.0.0 Note: This API is now obsolete.
Starts dragging.
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax [ObsoleteAttribute("This method will be removed, implement IRenderHandler and assign browser.RenderHandler")]
protected virtual bool StartDragging(
IDragData dragData,
DragOperationsMask mask,
int x,
int y
)
protected:
[ObsoleteAttribute(L"This method will be removed, implement IRenderHandler and assign browser.RenderHandler")]
virtual bool StartDragging(
IDragData^ dragData,
DragOperationsMask mask,
int x,
int y
)
Parameters
- dragData
- Type: CefSharpIDragData
The drag data. - mask
- Type: CefSharp.EnumsDragOperationsMask
The mask. - x
- Type: SystemInt32
The x. - y
- Type: SystemInt32
The y.
Return Value
Type:
Booleantrue if XXXX,
false otherwise.
See Also