J
JezB
How can this be done ? There's no Keys attribute in MouseEventArgs.
* "Tim Wilson said:Use the static ModifierKeys property of the Control class:
if (Control.ModifierKeys == Keys.Control)
{
// then the Ctrl key is down.
}