ChromiumWebBrowser.OnCursorChange Method |
Version 93.1.111
Sets the cursor.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 93.1.111.0 (93.1.111.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