What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

 Posted by Tripati_tutu on 1/28/2011 | Category: C# Interview questions | Views: 8010 | Points: 40
Answer:

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


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response