Click or drag to resize
ChromiumWebBrowserSetCursor Method
Version 63.0.0
Sets the cursor.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
protected virtual void SetCursor(
	IntPtr handle,
	CursorType type
)

Parameters

handle
Type: SystemIntPtr
The handle.
type
Type: CefSharpCursorType
The type.
See Also