Click or drag to resize

WebBrowserExtensionsSendMouseWheelEvent Method (IWebBrowser, Int32, Int32, Int32, Int32, CefEventFlags)

Version 71.0.0

[Missing <summary> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseWheelEvent(CefSharp.IWebBrowser,System.Int32,System.Int32,System.Int32,System.Int32,CefSharp.CefEventFlags)"]

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax
public static void SendMouseWheelEvent(
	this IWebBrowser browser,
	int x,
	int y,
	int deltaX,
	int deltaY,
	CefEventFlags modifiers
)

Parameters

browser
Type: CefSharpIWebBrowser

[Missing <param name="browser"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseWheelEvent(CefSharp.IWebBrowser,System.Int32,System.Int32,System.Int32,System.Int32,CefSharp.CefEventFlags)"]

x
Type: SystemInt32

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

y
Type: SystemInt32

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

deltaX
Type: SystemInt32

[Missing <param name="deltaX"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseWheelEvent(CefSharp.IWebBrowser,System.Int32,System.Int32,System.Int32,System.Int32,CefSharp.CefEventFlags)"]

deltaY
Type: SystemInt32

[Missing <param name="deltaY"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseWheelEvent(CefSharp.IWebBrowser,System.Int32,System.Int32,System.Int32,System.Int32,CefSharp.CefEventFlags)"]

modifiers
Type: CefSharpCefEventFlags

[Missing <param name="modifiers"/> documentation for "M:CefSharp.WebBrowserExtensions.SendMouseWheelEvent(CefSharp.IWebBrowser,System.Int32,System.Int32,System.Int32,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 IWebBrowser. 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