Hi,
How can we know the DoubleClickCell event triggered from the left mouse button?
regards,
pgr2007
You would have to keep track of the last mouse button pressed. I supposed you could do this in the MouseDown or MouseUp event.
Thanks for the reply