Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C# 中处理 ctrl + 鼠标滚轮的更好方法是什么?我已经想出了如何处理 MouseWheel 事件,但是如何知道 ctrl 键也被按下了?
提前致谢。
使用静态属性,如:
System.Windows.Forms.Control.ModifierKeys