Вопрос

I'm using a TTrayicon in Delphi XE2, and I was wondering if there is any way to control a right click event. I've tried with the click event, but I couldn't

Это было полезно?

Решение

You can assign event handler to OnMouseUp. Use Button parameter to find out which button was pressed.

Другие советы

Associate a TPopupMenu to the TrayIcon.

http://i.stack.imgur.com/nkEvb.png

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top