Click or drag to resize

IBrowserHost.SendMouseClickEvent Method

Version 105.3.390
Send a mouse click event to the browser.

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

Parameters

mouseEvent
Type: CefSharp.MouseEvent
mouse event - x, y and modifiers
mouseButtonType
Type: CefSharp.MouseButtonType
Mouse ButtonType
mouseUp
Type: System.Boolean
mouse up
clickCount
Type: System.Int32
click count
See Also