Click or drag to resize

IBrowserHostSendMouseClickEvent Method

Version 98.1.210
Send a mouse click event to the browser.

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