Sets the clientSize of the form. This will adjust the bounds of the form to make the clientSize the requested size.
[Visual Basic] Overrides Protected Sub SetClientSizeCore( _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] protected override void SetClientSizeCore( int x, int y ); [C++] protected: override void SetClientSizeCore( int x, int y ); [JScript] protected override function SetClientSizeCore( x : int, y : int );
Form Class | Form Members | System.WinForms Namespace | ClientSize