Gets whether the system has a mouse installed.
[Visual Basic] Public Shared ReadOnly Property MousePresent As Boolean [C#] public static bool MousePresent {get;} [C++] public: __property static bool get_MousePresent(); [JScript] public static function get MousePresent() : Boolean;
true if a mouse is installed; otherwise, false.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace