Click or drag to resize

IBrowserHostSendMouseClickEvent Method

Version 94.4.20
Send a mouse click event to the browser.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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