Click or drag to resize
IBrowserHostSendMouseClickEvent Method
Version 63.0.0
Send a mouse click event to the browser.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
void SendMouseClickEvent(
	MouseEvent mouseEvent,
	MouseButtonType mouseButtonType,
	bool mouseUp,
	int clickCount
)

Parameters

mouseEvent
Type: CefSharpMouseEvent
mouse event - x, y and modifiers
mouseButtonType
Type: CefSharpMouseButtonType
Mouse ButtonType
mouseUp
Type: SystemBoolean
mouse up
clickCount
Type: SystemInt32
click count
See Also