Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if a mouse is available. Read-only Boolean.
Example
This example displays a message if a mouse isn't available.
If Application.MouseAvailable = False Then
MsgBox "Your system does not have a mouse"
End If
Applies to | Application Object