We provide an option for the user to decide whether they want to see QuickInfo tips.
In OnSyntaxEditorViewMouseHover() I simply exit if the option is False.
This works fine for my own QuickInfo tips but the automatic tips that are displayed when hovering over collapsed text still display.
I tried NOT calling the base function and setting e.Cancel = True but it still displays the tips.
Is there a property I can set to switch off that functionality?
Thanks