_Application.MouseAvailable Property

Determines if there's a mouse available for the system. This property returns True if there's a mouse available for the system, and False if not.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property MouseAvailable As Boolean
    Get
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.MouseAvailable
bool MouseAvailable { get; }

Property Value

Type: System.Boolean

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace