Difference between WindowsDefaultLocation and WindowsDefaultBounds


  • WindowsDefaultLocation tells the form to start up at a location selected by OS, but with internally specified size. 
  • WindowsDefaultBounds delegates both size and starting position choices to the OS.