Click or drag to resize

IDisplayHandlerOnCursorChange Method

Version 130.1.90
Called when the browser's cursor has changed. .

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool OnCursorChange(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IntPtr cursor,
	CursorType type,
	CursorInfo customCursorInfo
)

Parameters

chromiumWebBrowser  IWebBrowser
the ChromiumWebBrowser control
browser  IBrowser
the browser object
cursor  IntPtr
If type is Custom then customCursorInfo will be populated with the custom cursor information
type  CursorType
cursor type
customCursorInfo  CursorInfo
custom cursor Information

Return Value

Boolean
Return true if the cursor change was handled or false for default handling.
See Also