Where is desktophtmlviewer.contextualmenu event?

trying to add a contextual menu to an htmlviewer.
I can’t add the event it is not present, but it is in the documentation …
who is right ?
thanks.

https://tracker.xojo.com/xojoinc/xojo/-/issues/72981


Gone with the wind ! :joy:

Does not appears in Xojo 2021r2.1 to my great surprise !

IIRC, These events don’t exist for the htmlviewer because you can’t override the context menu in a web page (without JavaScript)

Also can’t find documentation for DragEnter, DragExit, DragOver.

Or use plug-in based controls like WKWebViewControlMBS with events like

thanks, but I will try it using vanilla-context-menu