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;
The number of buttons on the mouse. This property returns zero if no mouse is installed.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace