Syntax

expression.MouseAvailable

expression A variable that represents an Application object.

Example

This example displays a message if a mouse isn't available.

Visual Basic for Applications
If Application.MouseAvailable = False Then MsgBox "Your system does not have a mouse" End If
Does this machine have a mouse? Find out if the user has a mouse? Is there a mouse available on this computer? mouse mouse available Mouse Available Property MouseAvailable mouseavailable property

See also: