ChromiumWebBrowser.OnCursorChange Method |
Version 108.4.130
Sets the cursor.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxprotected virtual void OnCursorChange(
IntPtr handle,
CursorType type,
CursorInfo customCursorInfo
)
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