Click or drag to resize

IBrowserHostSendMouseClickEvent Method

Version 79.1.350
Send a mouse click event to the browser.

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