Gets whether the functions of the left and right mouse buttons have been swapped.
[Visual Basic] Public Shared ReadOnly Property MouseButtonsSwapped As Boolean [C#] public static bool MouseButtonsSwapped {get;} [C++] public: __property static bool get_MouseButtonsSwapped(); [JScript] public static function get MouseButtonsSwapped() : Boolean;
true if the functions of the left and right mouse buttons are swapped; otherwise, false.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace