ICoreWebView2CompositionController.get_Cursor

The current cursor that WebView thinks it should be. The cursor should be set in WM_SETCURSOR through \::SetCursor or set on the corresponding parent/ancestor HWND of the WebView through \::SetClassLongPtr. The HCURSOR can be freed so CopyCursor/DestroyCursor is recommended to keep your own copy if you are doing more than immediately setting the cursor.

interface ICoreWebView2CompositionController
@" propget"
HRESULT
get_Cursor
(
HCURSOR* cursor
)

Meta