vote up 2 vote down star

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.

flag

1 Answer

vote up 7 vote down check

Use the static property "System.Windows.Forms.Control.ModifierKeys".

link|flag
It's worked. Thanks! =) – Adones Cunha Nov 6 '08 at 14:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.