Click or drag to resize

CefBrowserHostSendMouseClickEvent Method

Send a mouse click event to the browser. The |x| and |y| coordinates are relative to the upper-left corner of the view.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SendMouseClickEvent(
	CefMouseEvent event,
	CefMouseButtonType type,
	bool mouseUp,
	int clickCount
)

Parameters

event  CefMouseEvent
 
type  CefMouseButtonType
 
mouseUp  Boolean
 
clickCount  Int32
 
See Also