Form::ClientSize Property
.NET Framework (current version)
Gets or sets the size of the client area of the form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The size of the client area of the form is the size of the form excluding the borders and the title bar. The client area of a form is the area within a form where controls can be placed. You can use this property to get the proper dimensions when performing graphics operations or when sizing and positioning controls on the form. To get the size of the entire form, use the Size property or use the individual properties Height and Width.
Note |
|---|
You cannot currently bind to this property using application settings. For more information on application settings, see Application Settings Overview. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
