Share via


My.Computer.Mouse Object Members

The My.Computer.Mouse Object provides properties for getting information about the format and configuration of the mouse installed on the local computer

Properties

Property

Description

ButtonsSwapped

Gets a Boolean that indicates if the functionality of the left and right mouse buttons has been swapped.

This property is available only for non-server applications.

WheelExists

Gets a Boolean that indicates if the mouse has a scroll wheel.

This property is only available for non-server applications.

WheelScrollLines

Gets a number that indicates how much to scroll when the mouse wheel is rotated one notch.

This property is available only for non-server applications.

See Also

Reference

My.Computer.Mouse Object