Form::SetClientSizeCore Method (Int32, Int32)
.NET Framework (current version)
Sets the client size of the form. This will adjust the bounds of the form to make the client size the requested size.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- x
-
Type:
System::Int32
Requested width of the client region.
- y
-
Type:
System::Int32
Requested height of the client region.
.NET Framework
Available since 1.1
Available since 1.1
Show: