| ChromiumWebBrowserOnCursorChange Method  | 
Version 118.6.80 
            Sets the cursor.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected virtual void OnCursorChange(
	IntPtr handle,
	CursorType type,
	CursorInfo customCursorInfo
)
protected:
virtual void OnCursorChange(
	IntPtr handle, 
	CursorType type, 
	CursorInfo customCursorInfo
)
Parameters
- handle
- Type: SystemIntPtr
 The handle.
- type
- Type: CefSharp.EnumsCursorType
 The type.
- customCursorInfo
- Type: CefSharp.StructsCursorInfo
 custom cursor information
 See Also
See Also