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.MouseButtons

Gets the number of buttons on mouse.

[Visual Basic]
Public Shared ReadOnly Property MouseButtons As Integer
[C#]
public static int MouseButtons {get;}
[C++]
public: __property static int get_MouseButtons();
[JScript]
public static function get MouseButtons() : int;

Property Value

The number of buttons on the mouse. This property returns zero if no mouse is installed.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace