I Have a TableLayoutpannel which is populated by a Custom Control that I created.
What I need is how to get the mouse position when i right click on a custom control ?
I tried the MouseUp event but when I click on a custom control the event is not raised but it is when I click on an area with no custom control.
So people, how could I retrieve the mouse position when I right click on a custom control which is hold on a TableLayoutpannel?
Thank you.