Picture box, Double click & Single click events
问题 I have an strange issue. I have a picture box double click event as well as single click event. The problem is even I double click the control, single click event is raised [If I disable single click event, double click event is working]. This problem has been discussed here , but nobody gave a right answer 回答1: Have a derived Picturebox control class class PictureBoxCtrl:System.Windows.Forms.PictureBox { // Note that the DoubleClickTime property gets // the maximum number of milliseconds