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

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;

Property Value

true if the functions of the left and right mouse buttons are swapped; otherwise, false.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace