Hi - I'm creating a custom ToolTip by implementing IToolTip and using a Panel. I'd like to expose more information in the custom tooltip using a click event but it seems like there is a build in click event for tooltips that closes it. Anyone know if it Is possible to intercept or cancel that click event and roll my own?
Thanks!

