问题
What's the better way to handle the ctrl + mouse wheel in C#? I've figured out how to handle the MouseWheel event but how to know that the ctrl key is being pressed too?
Thanks in advance.
回答1:
Use the static property like:
System.Windows.Forms.Control.ModifierKeys
来源:https://stackoverflow.com/questions/268796/control-key-plus-mouse-wheel