Click or drag to resize

ChromiumWebBrowser.OnCursorChange Method

Version 93.1.111
Sets the cursor.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
protected virtual void OnCursorChange(
	IntPtr handle,
	CursorType type,
	CursorInfo customCursorInfo
)

Parameters

handle
Type: System.IntPtr
The handle.
type
Type: CefSharp.Enums.CursorType
The type.
customCursorInfo
Type: CefSharp.Structs.CursorInfo
custom cursor information
See Also