SystemInformation.MouseButtons : SystemInformation « System.Windows.Forms « VB.Net by API






SystemInformation.MouseButtons

  


imports System.Windows.Forms

Public Class Tester
    Public Shared Sub Main
                       Console.WriteLine(SystemInformation.DoubleClickSize.ToString())
                       Console.WriteLine(SystemInformation.DoubleClickTime.ToString())
                       Console.WriteLine(SystemInformation.MouseButtons.ToString())
                       Console.WriteLine(SystemInformation.MouseButtonsSwapped.ToString())
     End Sub

End Class

   
    
  








Related examples in the same category

1.SystemInformation.DoubleClickSize
2.SystemInformation.DoubleClickTime
3.SystemInformation.MouseButtonsSwapped
4.SystemInformation.PrimaryMonitorMaximizedWindowSize