Click or drag to resize

WebBrowserExtensionsSendMouseClickEvent Method

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public static void SendMouseClickEvent(
	this IBrowserHost host,
	int x,
	int y,
	MouseButtonType mouseButtonType,
	bool mouseUp,
	int clickCount,
	CefEventFlags modifiers
)

Parameters

host
Type: CefSharpIBrowserHost

[Missing <param name="host"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

mouseButtonType
Type: CefSharpMouseButtonType

[Missing <param name="mouseButtonType"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

mouseUp
Type: SystemBoolean

[Missing <param name="mouseUp"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

clickCount
Type: SystemInt32

[Missing <param name="clickCount"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

modifiers
Type: CefSharpCefEventFlags

[Missing <param name="modifiers"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseClickEvent(CefSharp.IBrowserHost,System.Int32,System.Int32,CefSharp.MouseButtonType,System.Boolean,System.Int32,CefSharp.CefEventFlags)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBrowserHost. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also