ChromiumWebBrowserOnCursorChange Method |
Version 67.0.0 Note: This API is now obsolete.
Called when the browser's cursor has changed. .
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax [ObsoleteAttribute("This method will be removed, implement IRenderHandler and assign browser.RenderHandler")]
protected virtual void OnCursorChange(
IntPtr cursor,
CursorType type,
CursorInfo customCursorInfo
)
protected:
[ObsoleteAttribute(L"This method will be removed, implement IRenderHandler and assign browser.RenderHandler")]
virtual void OnCursorChange(
IntPtr cursor,
CursorType type,
CursorInfo customCursorInfo
)
Parameters
- cursor
- Type: SystemIntPtr
If type is Custom then customCursorInfo will be populated with the custom cursor information - type
- Type: CefSharp.EnumsCursorType
cursor type - customCursorInfo
- Type: CefSharp.StructsCursorInfo
custom cursor Information
See Also