Mouse.ButtonsSwapped プロパティ
アセンブリ: Microsoft.VisualBasic (microsoft.visualbasic.dll 内)
構文
解説詳細については、Visual Basic のトピック「My.Computer.Mouse.ButtonsSwapped プロパティ」を参照してください。
使用例この例では、My.Computer.Mouse.ButtonsSwapped プロパティを使用して、左右のマウス ボタンの機能が入れ替わっているかどうかを判断しています。
If My.Computer.Mouse.ButtonsSwapped Then MsgBox("Functionality of the mouse buttons is swapped.") Else MsgBox("Default functionality of the mouse buttons.") End If
プラットフォームWindows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- Mouse.ButtonsSwapped プロパティのページへのリンク