ChromiumWebBrowserOnCursorChange Method |
Version 130.1.90
Sets the cursor.
Namespace: CefSharp.WpfAssembly: 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
)
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