I have a form with many, many controls. I need to detect if the mouse is down or if it\'s up. Most of the time, I don\'t have MouseEventArgs.
Is the
ChecK Control.MouseButtons static property:
if (Control.MouseButtons == MouseButtons.Left) { }