Click or drag to resize

ChromiumWebBrowserOnCursorChange Method

Version 130.1.90
Sets the cursor.

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

Parameters

handle  IntPtr
The handle.
type  CursorType
The type.
customCursorInfo  CursorInfo
custom cursor information
See Also