What is the difference between a click and mouseclick?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Assuming you're referring to WinForm Control events, from the MSDN documentation for Control.Click:
A click can be caused by not only a mouse click, but also some events like a pressed key, etc. For more information, see Control.Click Event.