I am designing a form in c#. I want to specify the ‘Client-Area’ of the form in the designer.
The Size property sets the size of the complete form, including the NC area. Is there any way to set the client area size?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you looked at the ClientSize property? This property allows you to modify the size of the client area of the control. Seems to be what you’re looking for.
http://msdn.microsoft.com/en-us/library/system.windows.forms.form.clientsize.aspx