ICoreWebView2CompositionController.get_SystemCursorId

The current system cursor ID reported by the underlying rendering engine for WebView. For example, most of the time, when the cursor is over text, this will return the int value for IDC_IBEAM. The systemCursorId is only valid if the rendering engine reports a default Windows cursor resource value. Navigate to LoadCursorW for more details. Otherwise, if custom CSS cursors are being used, this will return 0. To actually use systemCursorId in LoadCursor or LoadImage, MAKEINTRESOURCE must be called on it first.

\snippet ViewComponent.cpp SystemCursorId

interface ICoreWebView2CompositionController
@" propget"
HRESULT
get_SystemCursorId
()

Meta