NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.MousePresent

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;

Property Value

true if a mouse is installed; otherwise, false.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace