Tag Archives: down

Check whether a mouse button is down.

To check whether a mouse button is down use the static Control.MouseButtons property.

Example:

if ((Control.MouseButtons & MouseButtons.Right ) == MouseButtons.Right )
{
..
}
Lastest update in May 2011, inital post in May 2011