How to disable lable righ click?

I have a TTMSFNCGoogleMaps and some labels created on it. When I right click on a label, a popup menu comes up. Is that a way to disable that?
Thanks!

This is the default browser context menu which can be disabled with the following code:

TMSFNCMaps1.EnableContextMenu := False;

That works! Thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.