Click or drag to resize

DefaultRenderHandlerOnCursorChange Method

Version 67.0.0

[Missing <summary> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnCursorChange(System.IntPtr,CefSharp.Enums.CursorType,CefSharp.Structs.CursorInfo)"]

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
public virtual void OnCursorChange(
	IntPtr cursor,
	CursorType type,
	CursorInfo customCursorInfo
)

Parameters

cursor
Type: SystemIntPtr

[Missing <param name="cursor"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnCursorChange(System.IntPtr,CefSharp.Enums.CursorType,CefSharp.Structs.CursorInfo)"]

type
Type: CefSharp.EnumsCursorType

[Missing <param name="type"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnCursorChange(System.IntPtr,CefSharp.Enums.CursorType,CefSharp.Structs.CursorInfo)"]

customCursorInfo
Type: CefSharp.StructsCursorInfo

[Missing <param name="customCursorInfo"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnCursorChange(System.IntPtr,CefSharp.Enums.CursorType,CefSharp.Structs.CursorInfo)"]

Implements

IRenderHandlerOnCursorChange(IntPtr, CursorType, CursorInfo)
See Also