Tooltip font style

Is it possible to change the tooltip font style? How can i do that?
I would like to use the CourierNew font instead of the default font.

I use the GoDiagram Version 5.1.0

We use the actual .NET ToolTip class, which you can override and do OnDraw to customize.

and set goview.ToolTip to your custom Tooltip object.

Google .NET tooltip font and you’ll get plenty of hits on how to create a custom tooltip.

thank you for the support, it helped me very much