ChromiumWebBrowserSetCursor Method |
Version 63.0.0
Sets the cursor.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax protected virtual void SetCursor(
IntPtr handle,
CursorType type
)
protected:
virtual void SetCursor(
IntPtr handle,
CursorType type
)
Parameters
- handle
- Type: SystemIntPtr
The handle. - type
- Type: CefSharpCursorType
The type.
See Also