Quick question here:
As the title says, what’s the difference between the two events?
As far as I can tell, MouseDoubleClick is inherited from Control, while DoubleClick is inherited from Component, but is there any functional difference between the two?
Thanks
From the MSDN Documentation: