System Information: DoubleClickSize, DoubleClickTime, MouseButtons, MouseButtonsSw apped : SystemInformation « Development « VB.Net Tutorial






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
{Width=4, Height=4}
500
5
False








7.28.SystemInformation
7.28.1.SystemInformation.PrimaryMonitorMaximizedWindowSize
7.28.2.System Information: DoubleClickSize, DoubleClickTime, MouseButtons, MouseButtonsSw apped
7.28.3.System Information: MousePresent, MouseWheelPresent, MouseWheelScrollLines, Native MouseWheelSupport