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






SystemInformation.PrimaryMonitorMaximizedWindowSize

  
 

public class Test
   public Shared Sub Main
        Console.WriteLine(System.Windows.Forms.SystemInformation.PrimaryMonitorMaximizedWindowSize)

   End Sub
End class

   
    
  








Related examples in the same category

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