Center contextMenuStrip

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
J

Jassim Rahma

Guest
Hi,

How can I center the contextMenuStrip on the client?

I am showing the menu when the user press Esc key and I want it to be centered on the client

I tried this but did not work

contextMenuStrip1.Show(videoView1, new Point(videoView1.Height, videoView1.Width));

Kindly help..


Thanks,

Jassim

UAE ecosystem

Continue reading...
 
Back
Top