I have a method to detect the left click event that visual studio made by double clicking on the form.
private void pictureBox1_Click(object sender, EventArg
Use MouseDown event
if(e.Button == MouseButton.Right)