How to disable the mouse cursor from changing into a hand icon when hovering over an annotation

The title basically says it all. How can i block the mouse cursor from changing into a hand icon when hovering over an annotation?

The OnCursorChanged handler is not called and removing base.onMouseHover in OnMouseHover also has no effect…

Which platform are you on? Android? iOS? WinForms? WPF? etc

Winforms
Op donderdag 12 januari 2017 21:34:59 UTC+1 schreef Ryan:

Which platform are you on? Android? iOS? WinForms? WPF? etc

Unfortunately that is our least modifiable viewer (it is our oldest one).

In all our other viewers, including PDFViewWPF, you would have complete control over this.

For PDFViewCtrl though, the logic for the cursor switch is in the core implementation that is not skippable.

On the other hand, you do have some control. In particular see the PDFViewTest sample and checkout the CustomToolMode enums in MyPDFView.cs. These are accessible from the drop down list in the menu of the sample.

If none of this helps, then please clarify why not having the cursor change is important for you.