Accessing the Mouse

The My.Computer.Mouse object provides a way to find information about the computer's mouse, such as if a mouse exists, the number of mouse buttons, and details about the mouse wheel.

Remarks

This table lists tasks associated with the My.Computer.Mouse object and points to topics demonstrating how to accomplish each.

To

See

Determine whether the mouse has a scroll wheel.

My.Computer.Mouse.WheelExists Property

Determine whether the left and right mouse buttons have been swapped

My.Computer.Mouse.ButtonsSwapped Property

Set how much to scroll when the mouse wheel is rotated one notch.

My.Computer.Mouse.WheelScrollLines Property

See Also

Reference

My.Computer.Mouse Object

My.Computer.Mouse Object Members